Html Css Color HEX #084A0C Myrtle

📋 copy color: '#084A0C'

red 8 ◦ green 74 ◦ blue 12

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

Shades of Myrtle #084A0C

Tints of Myrtle #084A0C

RGB

 RED value IS 8 (3.52% from 255) = 8.51%

 GREEN value IS 74 (29.3% from 255) = 78.72%

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

R = 8.51%
G = 78.72%
B = 12.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#084A0C (or 0x084A0C) is known color: Myrtle. HEX triplet: 08, 4A and 0C. RGB value is (8,74,12). Sum of RGB (Red+Green+Blue) = 8+74+12=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 12 (5.08% from 255 or 12.77% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #084A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084A0C is #F7B5F3. Grayscale: #2F2F2F. Windows color (decimal): -16233972 or 805384. OLE color: 805384.

HSL color Cylindrical-coordinate representation of color #084A0C: hue angle of 123.64º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084A0C is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 74 12 -
CMYK 0.89 0 0.84 0.71
HSL 123.64º 0.8% 0.16% -
HSV(B) 123.64º 0.89% 0.29% -
XYZ 2.62 4.98 1.17 -
YUV 47.2 108.13 100.04 -
System Red Green Blue C M Y K H S L
Decimal 8 74 12 0.89 0 0.84 0.71 123.64 0.8 0.16
Hex 8 4A C 59 0 54 47 7C 50 10
Octal 10 112 14 131 0 124 107 174 120 20
Binary 1000 1001010 1100 1011001 0 1010100 1000111 1111100 1010000 10000

Color Harmonies of #084A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084A0C

Black with #084A0C

Text Example


Text Example

White with #084A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084A0C; }

 p { color: rgb(8,74,12); }

 H1.HeaderClassName
 {
   color: #084A0C;
 }
 .AnyTagClassName
 {
   color: #084A0C;
 }
</style>

background-color css

<style>
 a { background-color: #084A0C; }

 a { background-color: rgb(8,74,12); }

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

border-color css

<style>
 span { border-color: #084A0C; }

 span { border-color: rgb(8,74,12); }

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