Html Css Color HEX #0A6007 Green

📋 copy color: '#0A6007'

red 10 ◦ green 96 ◦ blue 7

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

Shades of Green #0A6007

Tints of Green #0A6007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 84.96%

 BLUE value IS 7 (3.13% from 255) = 6.19%

R = 8.85%
G = 84.96%
B = 6.19%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#0A6007 (or 0x0A6007) is known color: Green. HEX triplet: 0A, 60 and 07. RGB value is (10,96,7). Sum of RGB (Red+Green+Blue) = 10+96+7=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 96 (37.89% from 255 or 84.96% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 96 - color contains mainly: green. Hex color #0A6007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6007 is #F59FF8. Grayscale: #3C3C3C. Windows color (decimal): -16097273 or 483338. OLE color: 483338.

HSL color Cylindrical-coordinate representation of color #0A6007: hue angle of 117.98º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6007 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 10 96 7 -
CMYK 0.90 0 0.93 0.62
HSL 117.98º 0.86% 0.2% -
HSV(B) 117.98º 0.93% 0.38% -
XYZ 4.35 8.45 1.6 -
YUV 60.14 98.01 92.24 -
System Red Green Blue C M Y K H S L
Decimal 10 96 7 0.90 0 0.93 0.62 117.98 0.86 0.2
Hex A 60 7 5A 0 5D 3E 76 56 14
Octal 12 140 7 132 0 135 76 166 126 24
Binary 1010 1100000 111 1011010 0 1011101 111110 1110110 1010110 10100

Color Harmonies of #0A6007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6007

Black with #0A6007

Text Example


Text Example

White with #0A6007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,96,7); }

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

background-color css

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

 a { background-color: rgb(10,96,7); }

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

border-color css

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

 span { border-color: rgb(10,96,7); }

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