Html Css Color HEX #006F04 Green

📋 copy color: '#006F04'

red 0 ◦ green 111 ◦ blue 4

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

Shades of Green #006F04

Tints of Green #006F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.48%

R = 0%
G = 96.52%
B = 3.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#006F04 (or 0x006F04) is known color: Green. HEX triplet: 00, 6F and 04. RGB value is (0,111,4). Sum of RGB (Red+Green+Blue) = 0+111+4=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 111 (43.75% from 255 or 96.52% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 111 - color contains mainly: green. Hex color #006F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F04 is #FF90FB. Grayscale: #414141. Windows color (decimal): -16748796 or 290560. OLE color: 290560.

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

Color convert

RGB 0 111 4 -
CMYK 1 0 0.96 0.56
HSL 122.16º 1% 0.22% -
HSV(B) 122.16º 1% 0.44% -
XYZ 5.71 11.38 2.01 -
YUV 65.61 93.23 81.2 -
System Red Green Blue C M Y K H S L
Decimal 0 111 4 1 0 0.96 0.56 122.16 1 0.22
Hex 0 6F 4 64 0 60 38 7A 64 16
Octal 0 157 4 144 0 140 70 172 144 26
Binary 0 1101111 100 1100100 0 1100000 111000 1111010 1100100 10110

Color Harmonies of #006F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F04

Black with #006F04

Text Example


Text Example

White with #006F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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