Html Css Color HEX #0A680C Green

📋 copy color: '#0A680C'

red 10 ◦ green 104 ◦ blue 12

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

Shades of Green #0A680C

Tints of Green #0A680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 82.54%

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

R = 7.94%
G = 82.54%
B = 9.52%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#0A680C (or 0x0A680C) is known color: Green. HEX triplet: 0A, 68 and 0C. RGB value is (10,104,12). Sum of RGB (Red+Green+Blue) = 10+104+12=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #0A680C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A680C is #F597F3. Grayscale: #414141. Windows color (decimal): -16095220 or 813066. OLE color: 813066.

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

Color convert

RGB 10 104 12 -
CMYK 0.90 0 0.88 0.59
HSL 121.28º 0.82% 0.22% -
HSV(B) 121.28º 0.9% 0.41% -
XYZ 5.14 9.99 2.01 -
YUV 65.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 10 104 12 0.90 0 0.88 0.59 121.28 0.82 0.22
Hex A 68 C 5A 0 58 3B 79 52 16
Octal 12 150 14 132 0 130 73 171 122 26
Binary 1010 1101000 1100 1011010 0 1011000 111011 1111001 1010010 10110

Color Harmonies of #0A680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A680C

Black with #0A680C

Text Example


Text Example

White with #0A680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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