Html Css Color HEX #08550C Myrtle

📋 copy color: '#08550C'

red 8 ◦ green 85 ◦ blue 12

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

Shades of Myrtle #08550C

Tints of Myrtle #08550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.95%

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

R = 7.62%
G = 80.95%
B = 11.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#08550C (or 0x08550C) is known color: Myrtle. HEX triplet: 08, 55 and 0C. RGB value is (8,85,12). Sum of RGB (Red+Green+Blue) = 8+85+12=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #08550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550C is #F7AAF3. Grayscale: #353535. Windows color (decimal): -16231156 or 808200. OLE color: 808200.

HSL color Cylindrical-coordinate representation of color #08550C: hue angle of 123.12º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08550C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 12 -
CMYK 0.91 0 0.86 0.67
HSL 123.12º 0.83% 0.18% -
HSV(B) 123.12º 0.91% 0.33% -
XYZ 3.42 6.58 1.44 -
YUV 53.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 8 85 12 0.91 0 0.86 0.67 123.12 0.83 0.18
Hex 8 55 C 5B 0 56 43 7B 53 12
Octal 10 125 14 133 0 126 103 173 123 22
Binary 1000 1010101 1100 1011011 0 1010110 1000011 1111011 1010011 10010

Color Harmonies of #08550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08550C

Black with #08550C

Text Example


Text Example

White with #08550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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