Html Css Color HEX #0D700C Green

📋 copy color: '#0D700C'

red 13 ◦ green 112 ◦ blue 12

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

Shades of Green #0D700C

Tints of Green #0D700C

RGB

 RED value IS 13 (5.47% from 255) = 9.49%

 GREEN value IS 112 (44.14% from 255) = 81.75%

 BLUE value IS 12 (5.08% from 255) = 8.76%

R = 9.49%
G = 81.75%
B = 8.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#0D700C (or 0x0D700C) is known color: Green. HEX triplet: 0D, 70 and 0C. RGB value is (13,112,12). Sum of RGB (Red+Green+Blue) = 13+112+12=137 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.49% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #0D700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D700C is #F28FF3. Grayscale: #474747. Windows color (decimal): -15896564 or 815117. OLE color: 815117.

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

Color convert

RGB 13 112 12 -
CMYK 0.88 0 0.89 0.56
HSL 119.4º 0.81% 0.24% -
HSV(B) 119.4º 0.89% 0.44% -
XYZ 6.03 11.7 2.29 -
YUV 71 94.7 86.63 -
System Red Green Blue C M Y K H S L
Decimal 13 112 12 0.88 0 0.89 0.56 119.4 0.81 0.24
Hex D 70 C 58 0 59 38 77 51 18
Octal 15 160 14 130 0 131 70 167 121 30
Binary 1101 1110000 1100 1011000 0 1011001 111000 1110111 1010001 11000

Color Harmonies of #0D700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D700C

Black with #0D700C

Text Example


Text Example

White with #0D700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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