Html Css Color HEX #0C710D Green

📋 copy color: '#0C710D'

red 12 ◦ green 113 ◦ blue 13

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

Shades of Green #0C710D

Tints of Green #0C710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 81.88%

 BLUE value IS 13 (5.47% from 255) = 9.42%

R = 8.7%
G = 81.88%
B = 9.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#0C710D (or 0x0C710D) is known color: Green. HEX triplet: 0C, 71 and 0D. RGB value is (12,113,13). Sum of RGB (Red+Green+Blue) = 12+113+13=138 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.70% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #0C710D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C710D is #F38EF2. Grayscale: #474747. Windows color (decimal): -15961843 or 880908. OLE color: 880908.

HSL color Cylindrical-coordinate representation of color #0C710D: hue angle of 120.59º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C710D is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 13 -
CMYK 0.89 0 0.88 0.56
HSL 120.59º 0.81% 0.25% -
HSV(B) 120.59º 0.89% 0.44% -
XYZ 6.13 11.92 2.36 -
YUV 71.4 95.04 85.63 -
System Red Green Blue C M Y K H S L
Decimal 12 113 13 0.89 0 0.88 0.56 120.59 0.81 0.25
Hex C 71 D 59 0 58 38 79 51 19
Octal 14 161 15 131 0 130 70 171 121 31
Binary 1100 1110001 1101 1011001 0 1011000 111000 1111001 1010001 11001

Color Harmonies of #0C710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C710D

Black with #0C710D

Text Example


Text Example

White with #0C710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,13); }

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

background-color css

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

 a { background-color: rgb(12,113,13); }

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

border-color css

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

 span { border-color: rgb(12,113,13); }

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