Html Css Color HEX #006F01 Green

📋 copy color: '#006F01'

red 0 ◦ green 111 ◦ blue 1

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

Shades of Green #006F01

Tints of Green #006F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.89%

R = 0%
G = 99.11%
B = 0.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#006F01 (or 0x006F01) is known color: Green. HEX triplet: 00, 6F and 01. RGB value is (0,111,1). Sum of RGB (Red+Green+Blue) = 0+111+1=112 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 112); Green value is 111 (43.75% from 255 or 99.11% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 111 - color contains mainly: green. Hex color #006F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F01 is #FF90FE. Grayscale: #414141. Windows color (decimal): -16748799 or 93952. OLE color: 93952.

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

Color convert

RGB 0 111 1 -
CMYK 1 0 0.99 0.56
HSL 120.54º 1% 0.22% -
HSV(B) 120.54º 1% 0.44% -
XYZ 5.69 11.37 1.92 -
YUV 65.27 91.73 81.44 -
System Red Green Blue C M Y K H S L
Decimal 0 111 1 1 0 0.99 0.56 120.54 1 0.22
Hex 0 6F 1 64 0 63 38 79 64 16
Octal 0 157 1 144 0 143 70 171 144 26
Binary 0 1101111 1 1100100 0 1100011 111000 1111001 1100100 10110

Color Harmonies of #006F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F01

Black with #006F01

Text Example


Text Example

White with #006F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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