Html Css Color HEX #006F06 Green

📋 copy color: '#006F06'

red 0 ◦ green 111 ◦ blue 6

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

Shades of Green #006F06

Tints of Green #006F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.13%

R = 0%
G = 94.87%
B = 5.13%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#006F06 (or 0x006F06) is known color: Green. HEX triplet: 00, 6F and 06. RGB value is (0,111,6). Sum of RGB (Red+Green+Blue) = 0+111+6=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 111 (43.75% from 255 or 94.87% from 117); Blue value is 6 (2.73% from 255 or 5.13% from 117); Max value from RGB is 111 - color contains mainly: green. Hex color #006F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F06 is #FF90F9. Grayscale: #424242. Windows color (decimal): -16748794 or 421632. OLE color: 421632.

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

Color convert

RGB 0 111 6 -
CMYK 1 0 0.95 0.56
HSL 123.24º 1% 0.22% -
HSV(B) 123.24º 1% 0.44% -
XYZ 5.72 11.38 2.07 -
YUV 65.84 94.23 81.04 -
System Red Green Blue C M Y K H S L
Decimal 0 111 6 1 0 0.95 0.56 123.24 1 0.22
Hex 0 6F 6 64 0 5F 38 7B 64 16
Octal 0 157 6 144 0 137 70 173 144 26
Binary 0 1101111 110 1100100 0 1011111 111000 1111011 1100100 10110

Color Harmonies of #006F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F06

Black with #006F06

Text Example


Text Example

White with #006F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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