Html Css Color HEX #08500C Myrtle

📋 copy color: '#08500C'

red 8 ◦ green 80 ◦ blue 12

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

Shades of Myrtle #08500C

Tints of Myrtle #08500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 80%

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

R = 8%
G = 80%
B = 12%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#08500C (or 0x08500C) is known color: Myrtle. HEX triplet: 08, 50 and 0C. RGB value is (8,80,12). Sum of RGB (Red+Green+Blue) = 8+80+12=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 80 (31.64% from 255 or 80% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 80 - color contains mainly: green. Hex color #08500C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08500C is #F7AFF3. Grayscale: #323232. Windows color (decimal): -16232436 or 806920. OLE color: 806920.

HSL color Cylindrical-coordinate representation of color #08500C: hue angle of 123.33º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08500C is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 80 12 -
CMYK 0.90 0 0.85 0.69
HSL 123.33º 0.82% 0.17% -
HSV(B) 123.33º 0.9% 0.31% -
XYZ 3.04 5.82 1.31 -
YUV 50.72 106.15 97.53 -
System Red Green Blue C M Y K H S L
Decimal 8 80 12 0.90 0 0.85 0.69 123.33 0.82 0.17
Hex 8 50 C 5A 0 55 45 7B 52 11
Octal 10 120 14 132 0 125 105 173 122 21
Binary 1000 1010000 1100 1011010 0 1010101 1000101 1111011 1010010 10001

Color Harmonies of #08500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08500C

Black with #08500C

Text Example


Text Example

White with #08500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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