Html Css Color HEX #559869 Ocean Green

📋 copy color: '#559869'

red 85 ◦ green 152 ◦ blue 105

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

Shades of Ocean Green #559869

Tints of Ocean Green #559869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.44%

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

R = 24.85%
G = 44.44%
B = 30.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#559869 (or 0x559869) is known color: Ocean Green. HEX triplet: 55, 98 and 69. RGB value is (85,152,105). Sum of RGB (Red+Green+Blue) = 85+152+105=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #559869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559869 is #AA6796. Grayscale: #7E7E7E. Windows color (decimal): -11167639 or 6920277. OLE color: 6920277.

HSL color Cylindrical-coordinate representation of color #559869: hue angle of 137.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559869 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 105 -
CMYK 0.44 0 0.31 0.40
HSL 137.91º 0.28% 0.46% -
HSV(B) 137.91º 0.44% 0.6% -
XYZ 17.52 25.41 17.35 -
YUV 126.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 85 152 105 0.44 0 0.31 0.40 137.91 0.28 0.46
Hex 55 98 69 2C 0 1F 28 8A 1C 2E
Octal 125 230 151 54 0 37 50 212 34 56
Binary 1010101 10011000 1101001 101100 0 11111 101000 10001010 11100 101110

Color Harmonies of #559869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559869

Black with #559869

Text Example


Text Example

White with #559869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559869; }

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

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

background-color css

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

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

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

border-color css

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

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

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