Html Css Color HEX #0C8737 Dark Spring Green

📋 copy color: '#0C8737'

red 12 ◦ green 135 ◦ blue 55

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

Shades of Dark Spring Green #0C8737

Tints of Dark Spring Green #0C8737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 27.23%

R = 5.94%
G = 66.83%
B = 27.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#0C8737 (or 0x0C8737) is known color: Dark Spring Green. HEX triplet: 0C, 87 and 37. RGB value is (12,135,55). Sum of RGB (Red+Green+Blue) = 12+135+55=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #0C8737 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8737 is #F378C8. Grayscale: #595959. Windows color (decimal): -15956169 or 3639052. OLE color: 3639052.

HSL color Cylindrical-coordinate representation of color #0C8737: hue angle of 140.98º 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 #0C8737 is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 135 55 -
CMYK 0.91 0 0.59 0.47
HSL 140.98º 0.84% 0.29% -
HSV(B) 140.98º 0.91% 0.53% -
XYZ 9.51 17.68 6.53 -
YUV 89.1 108.75 73 -
System Red Green Blue C M Y K H S L
Decimal 12 135 55 0.91 0 0.59 0.47 140.98 0.84 0.29
Hex C 87 37 5B 0 3B 2F 8D 54 1D
Octal 14 207 67 133 0 73 57 215 124 35
Binary 1100 10000111 110111 1011011 0 111011 101111 10001101 1010100 11101

Color Harmonies of #0C8737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C8737

Black with #0C8737

Text Example


Text Example

White with #0C8737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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