Html Css Color HEX #007712 Green

📋 copy color: '#007712'

red 0 ◦ green 119 ◦ blue 18

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

Shades of Green #007712

Tints of Green #007712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 86.86%

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

R = 0%
G = 86.86%
B = 13.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#007712 (or 0x007712) is known color: Green. HEX triplet: 00, 77 and 12. RGB value is (0,119,18). Sum of RGB (Red+Green+Blue) = 0+119+18=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #007712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007712 is #FF88ED. Grayscale: #484848. Windows color (decimal): -16746734 or 1210112. OLE color: 1210112.

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

Color convert

RGB 0 119 18 -
CMYK 1 0 0.85 0.53
HSL 129.08º 1% 0.23% -
HSV(B) 129.08º 1% 0.47% -
XYZ 6.71 13.24 2.77 -
YUV 71.91 97.58 76.71 -
System Red Green Blue C M Y K H S L
Decimal 0 119 18 1 0 0.85 0.53 129.08 1 0.23
Hex 0 77 12 64 0 55 35 81 64 17
Octal 0 167 22 144 0 125 65 201 144 27
Binary 0 1110111 10010 1100100 0 1010101 110101 10000001 1100100 10111

Color Harmonies of #007712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007712

Black with #007712

Text Example


Text Example

White with #007712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007712; }

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

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

background-color css

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

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

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

border-color css

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

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

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