Html Css Color HEX #559669 Ocean Green

📋 copy color: '#559669'

red 85 ◦ green 150 ◦ blue 105

#559669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #559669

Tints of Ocean Green #559669

RGB

 RED value IS 85 (33.59% from 255) = 25%

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 105 (41.41% from 255) = 30.88%

R = 25%
G = 44.12%
B = 30.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#559669 (or 0x559669) is known color: Ocean Green. HEX triplet: 55, 96 and 69. RGB value is (85,150,105). Sum of RGB (Red+Green+Blue) = 85+150+105=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #559669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559669 is #AA6996. Grayscale: #7D7D7D. Windows color (decimal): -11168151 or 6919765. OLE color: 6919765.

HSL color Cylindrical-coordinate representation of color #559669: hue angle of 138.46º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559669 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 105 -
CMYK 0.43 0 0.30 0.41
HSL 138.46º 0.28% 0.46% -
HSV(B) 138.46º 0.43% 0.59% -
XYZ 17.2 24.76 17.24 -
YUV 125.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 85 150 105 0.43 0 0.30 0.41 138.46 0.28 0.46
Hex 55 96 69 2B 0 1E 29 8A 1C 2E
Octal 125 226 151 53 0 36 51 212 34 56
Binary 1010101 10010110 1101001 101011 0 11110 101001 10001010 11100 101110

Color Harmonies of #559669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559669

Black with #559669

Text Example


Text Example

White with #559669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559669; }

 p { color: rgb(85,150,105); }

 H1.HeaderClassName
 {
   color: #559669;
 }
 .AnyTagClassName
 {
   color: #559669;
 }
</style>

background-color css

<style>
 a { background-color: #559669; }

 a { background-color: rgb(85,150,105); }

 div.DivClassName
 {
   background-color: #559669;
 }
 .BgClassName
 {
   background-color: #559669;
 }
</style>

border-color css

<style>
 span { border-color: #559669; }

 span { border-color: rgb(85,150,105); }

 td.TdClassName
 {
   border-color: #559669;
 }
 .TagClassName
 {
   border-color: #559669;
 }
</style>