Html Css Color HEX #08470C Myrtle

📋 copy color: '#08470C'

red 8 ◦ green 71 ◦ blue 12

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

Shades of Myrtle #08470C

Tints of Myrtle #08470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 78.02%

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

R = 8.79%
G = 78.02%
B = 13.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#08470C (or 0x08470C) is known color: Myrtle. HEX triplet: 08, 47 and 0C. RGB value is (8,71,12). Sum of RGB (Red+Green+Blue) = 8+71+12=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 71 (28.12% from 255 or 78.02% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 71 - color contains mainly: green. Hex color #08470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08470C is #F7B8F3. Grayscale: #2D2D2D. Windows color (decimal): -16234740 or 804616. OLE color: 804616.

HSL color Cylindrical-coordinate representation of color #08470C: hue angle of 123.81º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08470C is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 71 12 -
CMYK 0.89 0 0.83 0.72
HSL 123.81º 0.8% 0.15% -
HSV(B) 123.81º 0.89% 0.28% -
XYZ 2.42 4.58 1.11 -
YUV 45.44 109.13 101.3 -
System Red Green Blue C M Y K H S L
Decimal 8 71 12 0.89 0 0.83 0.72 123.81 0.8 0.15
Hex 8 47 C 59 0 53 48 7C 50 F
Octal 10 107 14 131 0 123 110 174 120 17
Binary 1000 1000111 1100 1011001 0 1010011 1001000 1111100 1010000 1111

Color Harmonies of #08470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08470C

Black with #08470C

Text Example


Text Example

White with #08470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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