Html Css Color HEX #007612 Green

📋 copy color: '#007612'

red 0 ◦ green 118 ◦ blue 18

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

Shades of Green #007612

Tints of Green #007612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 86.76%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 0%
G = 86.76%
B = 13.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#007612 (or 0x007612) is known color: Green. HEX triplet: 00, 76 and 12. RGB value is (0,118,18). Sum of RGB (Red+Green+Blue) = 0+118+18=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 118 (46.48% from 255 or 86.76% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 118 - color contains mainly: green. Hex color #007612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007612 is #FF89ED. Grayscale: #474747. Windows color (decimal): -16746990 or 1209856. OLE color: 1209856.

HSL color Cylindrical-coordinate representation of color #007612: hue angle of 129.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007612 is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 18 -
CMYK 1 0 0.85 0.54
HSL 129.15º 1% 0.23% -
HSV(B) 129.15º 1% 0.46% -
XYZ 6.59 13 2.73 -
YUV 71.32 97.91 77.13 -
System Red Green Blue C M Y K H S L
Decimal 0 118 18 1 0 0.85 0.54 129.15 1 0.23
Hex 0 76 12 64 0 55 36 81 64 17
Octal 0 166 22 144 0 125 66 201 144 27
Binary 0 1110110 10010 1100100 0 1010101 110110 10000001 1100100 10111

Color Harmonies of #007612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007612

Black with #007612

Text Example


Text Example

White with #007612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007612; }

 p { color: rgb(0,118,18); }

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

background-color css

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

 a { background-color: rgb(0,118,18); }

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

border-color css

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

 span { border-color: rgb(0,118,18); }

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