Html Css Color HEX #55966C Ocean Green

📋 copy color: '#55966C'

red 85 ◦ green 150 ◦ blue 108

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

Shades of Ocean Green #55966C

Tints of Ocean Green #55966C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.49%

R = 24.78%
G = 43.73%
B = 31.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#55966C (or 0x55966C) is known color: Ocean Green. HEX triplet: 55, 96 and 6C. RGB value is (85,150,108). Sum of RGB (Red+Green+Blue) = 85+150+108=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #55966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55966C is #AA6993. Grayscale: #7D7D7D. Windows color (decimal): -11168148 or 7116373. OLE color: 7116373.

HSL color Cylindrical-coordinate representation of color #55966C: hue angle of 141.23º 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 #55966C is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 108 -
CMYK 0.43 0 0.28 0.41
HSL 141.23º 0.28% 0.46% -
HSV(B) 141.23º 0.43% 0.59% -
XYZ 17.36 24.83 18.06 -
YUV 125.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 85 150 108 0.43 0 0.28 0.41 141.23 0.28 0.46
Hex 55 96 6C 2B 0 1C 29 8D 1C 2E
Octal 125 226 154 53 0 34 51 215 34 56
Binary 1010101 10010110 1101100 101011 0 11100 101001 10001101 11100 101110

Color Harmonies of #55966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55966C

Black with #55966C

Text Example


Text Example

White with #55966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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