Html Css Color HEX #0C7710 Green

📋 copy color: '#0C7710'

red 12 ◦ green 119 ◦ blue 16

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

Shades of Green #0C7710

Tints of Green #0C7710

RGB

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

 GREEN value IS 119 (46.88% from 255) = 80.95%

 BLUE value IS 16 (6.64% from 255) = 10.88%

R = 8.16%
G = 80.95%
B = 10.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#0C7710 (or 0x0C7710) is known color: Green. HEX triplet: 0C, 77 and 10. RGB value is (12,119,16). Sum of RGB (Red+Green+Blue) = 12+119+16=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 119 (46.88% from 255 or 80.95% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7710 is #F388EF. Grayscale: #4B4B4B. Windows color (decimal): -15960304 or 1079052. OLE color: 1079052.

HSL color Cylindrical-coordinate representation of color #0C7710: hue angle of 122.24º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7710 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 12 119 16 -
CMYK 0.90 0 0.87 0.53
HSL 122.24º 0.82% 0.26% -
HSV(B) 122.24º 0.9% 0.47% -
XYZ 6.84 13.31 2.7 -
YUV 75.27 94.55 82.88 -
System Red Green Blue C M Y K H S L
Decimal 12 119 16 0.90 0 0.87 0.53 122.24 0.82 0.26
Hex C 77 10 5A 0 57 35 7A 52 1A
Octal 14 167 20 132 0 127 65 172 122 32
Binary 1100 1110111 10000 1011010 0 1010111 110101 1111010 1010010 11010

Color Harmonies of #0C7710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7710

Black with #0C7710

Text Example


Text Example

White with #0C7710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,16); }

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

background-color css

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

 a { background-color: rgb(12,119,16); }

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

border-color css

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

 span { border-color: rgb(12,119,16); }

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