Html Css Color HEX #08420C Myrtle

📋 copy color: '#08420C'

red 8 ◦ green 66 ◦ blue 12

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

Shades of Myrtle #08420C

Tints of Myrtle #08420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 76.74%

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

R = 9.3%
G = 76.74%
B = 13.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.74

RGB Variations

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

Color information

#08420C (or 0x08420C) is known color: Myrtle. HEX triplet: 08, 42 and 0C. RGB value is (8,66,12). Sum of RGB (Red+Green+Blue) = 8+66+12=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #08420C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08420C is #F7BDF3. Grayscale: #2A2A2A. Windows color (decimal): -16236020 or 803336. OLE color: 803336.

HSL color Cylindrical-coordinate representation of color #08420C: hue angle of 124.14º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08420C is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 12 -
CMYK 0.88 0 0.82 0.74
HSL 124.14º 0.78% 0.15% -
HSV(B) 124.14º 0.88% 0.26% -
XYZ 2.11 3.97 1 -
YUV 42.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 8 66 12 0.88 0 0.82 0.74 124.14 0.78 0.15
Hex 8 42 C 58 0 52 4A 7C 4E F
Octal 10 102 14 130 0 122 112 174 116 17
Binary 1000 1000010 1100 1011000 0 1010010 1001010 1111100 1001110 1111

Color Harmonies of #08420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08420C

Black with #08420C

Text Example


Text Example

White with #08420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08420C; }

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

 H1.HeaderClassName
 {
   color: #08420C;
 }
 .AnyTagClassName
 {
   color: #08420C;
 }
</style>

background-color css

<style>
 a { background-color: #08420C; }

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

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

border-color css

<style>
 span { border-color: #08420C; }

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

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