Html Css Color HEX #006F10 Green

📋 copy color: '#006F10'

red 0 ◦ green 111 ◦ blue 16

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

Shades of Green #006F10

Tints of Green #006F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 0%
G = 87.4%
B = 12.6%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#006F10 (or 0x006F10) is known color: Green. HEX triplet: 00, 6F and 10. RGB value is (0,111,16). Sum of RGB (Red+Green+Blue) = 0+111+16=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #006F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006F10 is #FF90EF. Grayscale: #434343. Windows color (decimal): -16748784 or 1076992. OLE color: 1076992.

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

Color convert

RGB 0 111 16 -
CMYK 1 0 0.86 0.56
HSL 128.65º 1% 0.22% -
HSV(B) 128.65º 1% 0.44% -
XYZ 5.78 11.41 2.39 -
YUV 66.98 99.23 80.22 -
System Red Green Blue C M Y K H S L
Decimal 0 111 16 1 0 0.86 0.56 128.65 1 0.22
Hex 0 6F 10 64 0 56 38 81 64 16
Octal 0 157 20 144 0 126 70 201 144 26
Binary 0 1101111 10000 1100100 0 1010110 111000 10000001 1100100 10110

Color Harmonies of #006F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006F10

Black with #006F10

Text Example


Text Example

White with #006F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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