Html Css Color HEX #0C8759 Deep Sea

📋 copy color: '#0C8759'

red 12 ◦ green 135 ◦ blue 89

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

Shades of Deep Sea #0C8759

Tints of Deep Sea #0C8759

RGB

 RED value IS 12 (5.08% from 255) = 5.08%

 GREEN value IS 135 (53.13% from 255) = 57.2%

 BLUE value IS 89 (35.16% from 255) = 37.71%

R = 5.08%
G = 57.2%
B = 37.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#0C8759 (or 0x0C8759) is known color: Deep Sea. HEX triplet: 0C, 87 and 59. RGB value is (12,135,89). Sum of RGB (Red+Green+Blue) = 12+135+89=236 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.08% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8759 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8759 is #F378A6. Grayscale: #5D5D5D. Windows color (decimal): -15956135 or 5867276. OLE color: 5867276.

HSL color Cylindrical-coordinate representation of color #0C8759: hue angle of 157.56º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8759 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 89 -
CMYK 0.91 0 0.34 0.47
HSL 157.56º 0.84% 0.29% -
HSV(B) 157.56º 0.91% 0.53% -
XYZ 10.62 18.13 12.39 -
YUV 92.98 125.75 70.24 -
System Red Green Blue C M Y K H S L
Decimal 12 135 89 0.91 0 0.34 0.47 157.56 0.84 0.29
Hex C 87 59 5B 0 22 2F 9E 54 1D
Octal 14 207 131 133 0 42 57 236 124 35
Binary 1100 10000111 1011001 1011011 0 100010 101111 10011110 1010100 11101

Color Harmonies of #0C8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8759

Black with #0C8759

Text Example


Text Example

White with #0C8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C8759; }

 p { color: rgb(12,135,89); }

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

background-color css

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

 a { background-color: rgb(12,135,89); }

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

border-color css

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

 span { border-color: rgb(12,135,89); }

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