Html Css Color HEX #599C6B Ocean Green

📋 copy color: '#599C6B'

red 89 ◦ green 156 ◦ blue 107

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

Shades of Ocean Green #599C6B

Tints of Ocean Green #599C6B

RGB

 RED value IS 89 (35.16% from 255) = 25.28%

 GREEN value IS 156 (61.33% from 255) = 44.32%

 BLUE value IS 107 (42.19% from 255) = 30.4%

R = 25.28%
G = 44.32%
B = 30.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#599C6B (or 0x599C6B) is known color: Ocean Green. HEX triplet: 59, 9C and 6B. RGB value is (89,156,107). Sum of RGB (Red+Green+Blue) = 89+156+107=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #599C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599C6B is #A66394. Grayscale: #828282. Windows color (decimal): -10904469 or 7052377. OLE color: 7052377.

HSL color Cylindrical-coordinate representation of color #599C6B: hue angle of 136.12º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #599C6B is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 89 156 107 -
CMYK 0.43 0 0.31 0.39
HSL 136.12º 0.27% 0.48% -
HSV(B) 136.12º 0.43% 0.61% -
XYZ 18.66 26.96 18.13 -
YUV 130.38 114.8 98.48 -
System Red Green Blue C M Y K H S L
Decimal 89 156 107 0.43 0 0.31 0.39 136.12 0.27 0.48
Hex 59 9C 6B 2B 0 1F 27 88 1B 30
Octal 131 234 153 53 0 37 47 210 33 60
Binary 1011001 10011100 1101011 101011 0 11111 100111 10001000 11011 110000

Color Harmonies of #599C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599C6B

Black with #599C6B

Text Example


Text Example

White with #599C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599C6B; }

 p { color: rgb(89,156,107); }

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

background-color css

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

 a { background-color: rgb(89,156,107); }

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

border-color css

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

 span { border-color: rgb(89,156,107); }

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