Html Css Color HEX #0A660C Green

📋 copy color: '#0A660C'

red 10 ◦ green 102 ◦ blue 12

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

Shades of Green #0A660C

Tints of Green #0A660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 82.26%

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 8.06%
G = 82.26%
B = 9.68%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#0A660C (or 0x0A660C) is known color: Green. HEX triplet: 0A, 66 and 0C. RGB value is (10,102,12). Sum of RGB (Red+Green+Blue) = 10+102+12=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 102 (40.23% from 255 or 82.26% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 102 - color contains mainly: green. Hex color #0A660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A660C is #F599F3. Grayscale: #404040. Windows color (decimal): -16095732 or 812554. OLE color: 812554.

HSL color Cylindrical-coordinate representation of color #0A660C: hue angle of 121.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A660C is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 10 102 12 -
CMYK 0.90 0 0.88 0.6
HSL 121.3º 0.82% 0.22% -
HSV(B) 121.3º 0.9% 0.4% -
XYZ 4.94 9.59 1.94 -
YUV 64.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 10 102 12 0.90 0 0.88 0.6 121.3 0.82 0.22
Hex A 66 C 5A 0 58 3C 79 52 16
Octal 12 146 14 132 0 130 74 171 122 26
Binary 1010 1100110 1100 1011010 0 1011000 111100 1111001 1010010 10110

Color Harmonies of #0A660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A660C

Black with #0A660C

Text Example


Text Example

White with #0A660C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,12); }

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

background-color css

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

 a { background-color: rgb(10,102,12); }

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

border-color css

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

 span { border-color: rgb(10,102,12); }

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