Html Css Color HEX #00710C Green

📋 copy color: '#00710C'

red 0 ◦ green 113 ◦ blue 12

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

Shades of Green #00710C

Tints of Green #00710C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 90.4%
B = 9.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#00710C (or 0x00710C) is known color: Green. HEX triplet: 00, 71 and 0C. RGB value is (0,113,12). Sum of RGB (Red+Green+Blue) = 0+113+12=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 113 (44.53% from 255 or 90.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 113 - color contains mainly: green. Hex color #00710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00710C is #FF8EF3. Grayscale: #434343. Windows color (decimal): -16748276 or 815360. OLE color: 815360.

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

Color convert

RGB 0 113 12 -
CMYK 1 0 0.89 0.56
HSL 126.37º 1% 0.22% -
HSV(B) 126.37º 1% 0.44% -
XYZ 5.97 11.84 2.32 -
YUV 67.7 96.56 79.71 -
System Red Green Blue C M Y K H S L
Decimal 0 113 12 1 0 0.89 0.56 126.37 1 0.22
Hex 0 71 C 64 0 59 38 7E 64 16
Octal 0 161 14 144 0 131 70 176 144 26
Binary 0 1110001 1100 1100100 0 1011001 111000 1111110 1100100 10110

Color Harmonies of #00710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00710C

Black with #00710C

Text Example


Text Example

White with #00710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00710C; }

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

 H1.HeaderClassName
 {
   color: #00710C;
 }
 .AnyTagClassName
 {
   color: #00710C;
 }
</style>

background-color css

<style>
 a { background-color: #00710C; }

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

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

border-color css

<style>
 span { border-color: #00710C; }

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

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