Html Css Color HEX #006712 Green

📋 copy color: '#006712'

red 0 ◦ green 103 ◦ blue 18

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

Shades of Green #006712

Tints of Green #006712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 85.12%

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

R = 0%
G = 85.12%
B = 14.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#006712 (or 0x006712) is known color: Green. HEX triplet: 00, 67 and 12. RGB value is (0,103,18). Sum of RGB (Red+Green+Blue) = 0+103+18=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 103 (40.62% from 255 or 85.12% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 103 - color contains mainly: green. Hex color #006712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006712 is #FF98ED. Grayscale: #3E3E3E. Windows color (decimal): -16750830 or 1206016. OLE color: 1206016.

HSL color Cylindrical-coordinate representation of color #006712: hue angle of 130.49º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006712 is Cyan = 1, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 0 103 18 -
CMYK 1 0 0.83 0.60
HSL 130.49º 1% 0.2% -
HSV(B) 130.49º 1% 0.4% -
XYZ 4.96 9.74 2.19 -
YUV 62.51 102.88 83.41 -
System Red Green Blue C M Y K H S L
Decimal 0 103 18 1 0 0.83 0.60 130.49 1 0.2
Hex 0 67 12 64 0 53 3C 82 64 14
Octal 0 147 22 144 0 123 74 202 144 24
Binary 0 1100111 10010 1100100 0 1010011 111100 10000010 1100100 10100

Color Harmonies of #006712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006712

Black with #006712

Text Example


Text Example

White with #006712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006712; }

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

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

background-color css

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

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

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

border-color css

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

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

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