Html Css Color HEX #08420F Myrtle

📋 copy color: '#08420F'

red 8 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #08420F

Tints of Myrtle #08420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 16.85%

R = 8.99%
G = 74.16%
B = 16.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#08420F (or 0x08420F) is known color: Myrtle. HEX triplet: 08, 42 and 0F. RGB value is (8,66,15). Sum of RGB (Red+Green+Blue) = 8+66+15=89 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.99% from 89); Green value is 66 (26.17% from 255 or 74.16% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 66 - color contains mainly: green. Hex color #08420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08420F is #F7BDF0. Grayscale: #2A2A2A. Windows color (decimal): -16236017 or 999944. OLE color: 999944.

HSL color Cylindrical-coordinate representation of color #08420F: hue angle of 127.24º 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 #08420F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 15 -
CMYK 0.88 0 0.77 0.74
HSL 127.24º 0.78% 0.15% -
HSV(B) 127.24º 0.88% 0.26% -
XYZ 2.13 3.98 1.11 -
YUV 42.84 112.28 103.15 -
System Red Green Blue C M Y K H S L
Decimal 8 66 15 0.88 0 0.77 0.74 127.24 0.78 0.15
Hex 8 42 F 58 0 4D 4A 7F 4E F
Octal 10 102 17 130 0 115 112 177 116 17
Binary 1000 1000010 1111 1011000 0 1001101 1001010 1111111 1001110 1111

Color Harmonies of #08420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08420F

Black with #08420F

Text Example


Text Example

White with #08420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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