Html Css Color HEX #006F0E Green

📋 copy color: '#006F0E'

red 0 ◦ green 111 ◦ blue 14

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

Shades of Green #006F0E

Tints of Green #006F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 0%
G = 88.8%
B = 11.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#006F0E (or 0x006F0E) is known color: Green. HEX triplet: 00, 6F and 0E. RGB value is (0,111,14). Sum of RGB (Red+Green+Blue) = 0+111+14=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 111 (43.75% from 255 or 88.8% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 111 - color contains mainly: green. Hex color #006F0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F0E is #FF90F1. Grayscale: #434343. Windows color (decimal): -16748786 or 945920. OLE color: 945920.

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

Color convert

RGB 0 111 14 -
CMYK 1 0 0.87 0.56
HSL 127.57º 1% 0.22% -
HSV(B) 127.57º 1% 0.44% -
XYZ 5.76 11.4 2.31 -
YUV 66.75 98.23 80.39 -
System Red Green Blue C M Y K H S L
Decimal 0 111 14 1 0 0.87 0.56 127.57 1 0.22
Hex 0 6F E 64 0 57 38 80 64 16
Octal 0 157 16 144 0 127 70 200 144 26
Binary 0 1101111 1110 1100100 0 1010111 111000 10000000 1100100 10110

Color Harmonies of #006F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F0E

Black with #006F0E

Text Example


Text Example

White with #006F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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