Html Css Color HEX #00700C Green

📋 copy color: '#00700C'

red 0 ◦ green 112 ◦ blue 12

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

Shades of Green #00700C

Tints of Green #00700C

RGB

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

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

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

R = 0%
G = 90.32%
B = 9.68%

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

#00700C (or 0x00700C) is known color: Green. HEX triplet: 00, 70 and 0C. RGB value is (0,112,12). Sum of RGB (Red+Green+Blue) = 0+112+12=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #00700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00700C is #FF8FF3. Grayscale: #434343. Windows color (decimal): -16748532 or 815104. OLE color: 815104.

HSL color Cylindrical-coordinate representation of color #00700C: hue angle of 126.43º 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 #00700C is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 0 112 12 -
CMYK 1 0 0.89 0.56
HSL 126.43º 1% 0.22% -
HSV(B) 126.43º 1% 0.44% -
XYZ 5.86 11.61 2.28 -
YUV 67.11 96.89 80.13 -
System Red Green Blue C M Y K H S L
Decimal 0 112 12 1 0 0.89 0.56 126.43 1 0.22
Hex 0 70 C 64 0 59 38 7E 64 16
Octal 0 160 14 144 0 131 70 176 144 26
Binary 0 1110000 1100 1100100 0 1011001 111000 1111110 1100100 10110

Color Harmonies of #00700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00700C

Black with #00700C

Text Example


Text Example

White with #00700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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