Html Css Color HEX #006F11 Green

📋 copy color: '#006F11'

red 0 ◦ green 111 ◦ blue 17

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

Shades of Green #006F11

Tints of Green #006F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 86.72%

 BLUE value IS 17 (7.03% from 255) = 13.28%

R = 0%
G = 86.72%
B = 13.28%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#006F11 (or 0x006F11) is known color: Green. HEX triplet: 00, 6F and 11. RGB value is (0,111,17). Sum of RGB (Red+Green+Blue) = 0+111+17=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 111 (43.75% from 255 or 86.72% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 111 - color contains mainly: green. Hex color #006F11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F11 is #FF90EE. Grayscale: #434343. Windows color (decimal): -16748783 or 1142528. OLE color: 1142528.

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

Color convert

RGB 0 111 17 -
CMYK 1 0 0.85 0.56
HSL 129.19º 1% 0.22% -
HSV(B) 129.19º 1% 0.44% -
XYZ 5.79 11.41 2.43 -
YUV 67.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 0 111 17 1 0 0.85 0.56 129.19 1 0.22
Hex 0 6F 11 64 0 55 38 81 64 16
Octal 0 157 21 144 0 125 70 201 144 26
Binary 0 1101111 10001 1100100 0 1010101 111000 10000001 1100100 10110

Color Harmonies of #006F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F11

Black with #006F11

Text Example


Text Example

White with #006F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006F11; }

 p { color: rgb(0,111,17); }

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

background-color css

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

 a { background-color: rgb(0,111,17); }

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

border-color css

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

 span { border-color: rgb(0,111,17); }

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