Html Css Color HEX #0A520C Myrtle

📋 copy color: '#0A520C'

red 10 ◦ green 82 ◦ blue 12

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

Shades of Myrtle #0A520C

Tints of Myrtle #0A520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.85%

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

R = 9.62%
G = 78.85%
B = 11.54%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.68

RGB Variations

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

Color information

#0A520C (or 0x0A520C) is known color: Myrtle. HEX triplet: 0A, 52 and 0C. RGB value is (10,82,12). Sum of RGB (Red+Green+Blue) = 10+82+12=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #0A520C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A520C is #F5ADF3. Grayscale: #343434. Windows color (decimal): -16100852 or 807434. OLE color: 807434.

HSL color Cylindrical-coordinate representation of color #0A520C: hue angle of 121.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A520C is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.68.

Color convert

RGB 10 82 12 -
CMYK 0.88 0 0.85 0.68
HSL 121.67º 0.78% 0.18% -
HSV(B) 121.67º 0.88% 0.32% -
XYZ 3.21 6.13 1.36 -
YUV 52.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 10 82 12 0.88 0 0.85 0.68 121.67 0.78 0.18
Hex A 52 C 58 0 55 44 7A 4E 12
Octal 12 122 14 130 0 125 104 172 116 22
Binary 1010 1010010 1100 1011000 0 1010101 1000100 1111010 1001110 10010

Color Harmonies of #0A520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A520C

Black with #0A520C

Text Example


Text Example

White with #0A520C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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