Html Css Color HEX #0A6F06 Green

📋 copy color: '#0A6F06'

red 10 ◦ green 111 ◦ blue 6

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

Shades of Green #0A6F06

Tints of Green #0A6F06

RGB

 RED value IS 10 (4.3% from 255) = 7.87%

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

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

R = 7.87%
G = 87.4%
B = 4.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#0A6F06 (or 0x0A6F06) is known color: Green. HEX triplet: 0A, 6F and 06. RGB value is (10,111,6). Sum of RGB (Red+Green+Blue) = 10+111+6=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 111 (43.75% from 255 or 87.40% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6F06 is #F590F9. Grayscale: #454545. Windows color (decimal): -16093434 or 421642. OLE color: 421642.

HSL color Cylindrical-coordinate representation of color #0A6F06: hue angle of 117.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A6F06 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 111 6 -
CMYK 0.91 0 0.95 0.56
HSL 117.71º 0.9% 0.23% -
HSV(B) 117.71º 0.95% 0.44% -
XYZ 5.84 11.45 2.07 -
YUV 68.83 92.54 86.04 -
System Red Green Blue C M Y K H S L
Decimal 10 111 6 0.91 0 0.95 0.56 117.71 0.9 0.23
Hex A 6F 6 5B 0 5F 38 76 5A 17
Octal 12 157 6 133 0 137 70 166 132 27
Binary 1010 1101111 110 1011011 0 1011111 111000 1110110 1011010 10111

Color Harmonies of #0A6F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6F06

Black with #0A6F06

Text Example


Text Example

White with #0A6F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6F06; }

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

 H1.HeaderClassName
 {
   color: #0A6F06;
 }
 .AnyTagClassName
 {
   color: #0A6F06;
 }
</style>

background-color css

<style>
 a { background-color: #0A6F06; }

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

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

border-color css

<style>
 span { border-color: #0A6F06; }

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

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