Html Css Color HEX #006F16 Green

📋 copy color: '#006F16'

red 0 ◦ green 111 ◦ blue 22

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

Shades of Green #006F16

Tints of Green #006F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.54%

R = 0%
G = 83.46%
B = 16.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#006F16 (or 0x006F16) is known color: Green. HEX triplet: 00, 6F and 16. RGB value is (0,111,22). Sum of RGB (Red+Green+Blue) = 0+111+22=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 111 (43.75% from 255 or 83.46% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 111 - color contains mainly: green. Hex color #006F16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F16 is #FF90E9. Grayscale: #434343. Windows color (decimal): -16748778 or 1470208. OLE color: 1470208.

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

Color convert

RGB 0 111 22 -
CMYK 1 0 0.80 0.56
HSL 131.89º 1% 0.22% -
HSV(B) 131.89º 1% 0.44% -
XYZ 5.83 11.43 2.66 -
YUV 67.67 102.23 79.74 -
System Red Green Blue C M Y K H S L
Decimal 0 111 22 1 0 0.80 0.56 131.89 1 0.22
Hex 0 6F 16 64 0 50 38 84 64 16
Octal 0 157 26 144 0 120 70 204 144 26
Binary 0 1101111 10110 1100100 0 1010000 111000 10000100 1100100 10110

Color Harmonies of #006F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F16

Black with #006F16

Text Example


Text Example

White with #006F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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