Html Css Color HEX #55996F Ocean Green

📋 copy color: '#55996F'

red 85 ◦ green 153 ◦ blue 111

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

Shades of Ocean Green #55996F

Tints of Ocean Green #55996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 24.36%
G = 43.84%
B = 31.81%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#55996F (or 0x55996F) is known color: Ocean Green. HEX triplet: 55, 99 and 6F. RGB value is (85,153,111). Sum of RGB (Red+Green+Blue) = 85+153+111=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #55996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55996F is #AA6690. Grayscale: #7F7F7F. Windows color (decimal): -11167377 or 7313749. OLE color: 7313749.

HSL color Cylindrical-coordinate representation of color #55996F: hue angle of 142.94º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55996F is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 153 111 -
CMYK 0.44 0 0.27 0.4
HSL 142.94º 0.29% 0.47% -
HSV(B) 142.94º 0.44% 0.6% -
XYZ 18.01 25.86 19.08 -
YUV 127.88 118.47 97.42 -
System Red Green Blue C M Y K H S L
Decimal 85 153 111 0.44 0 0.27 0.4 142.94 0.29 0.47
Hex 55 99 6F 2C 0 1B 28 8F 1D 2F
Octal 125 231 157 54 0 33 50 217 35 57
Binary 1010101 10011001 1101111 101100 0 11011 101000 10001111 11101 101111

Color Harmonies of #55996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55996F

Black with #55996F

Text Example


Text Example

White with #55996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55996F; }

 p { color: rgb(85,153,111); }

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

background-color css

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

 a { background-color: rgb(85,153,111); }

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

border-color css

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

 span { border-color: rgb(85,153,111); }

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