Html Css Color HEX #0C550F Myrtle

📋 copy color: '#0C550F'

red 12 ◦ green 85 ◦ blue 15

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

Shades of Myrtle #0C550F

Tints of Myrtle #0C550F

RGB

 RED value IS 12 (5.08% from 255) = 10.71%

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

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

R = 10.71%
G = 75.89%
B = 13.39%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#0C550F (or 0x0C550F) is known color: Myrtle. HEX triplet: 0C, 55 and 0F. RGB value is (12,85,15). Sum of RGB (Red+Green+Blue) = 12+85+15=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #0C550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C550F is #F3AAF0. Grayscale: #373737. Windows color (decimal): -15969009 or 1004812. OLE color: 1004812.

HSL color Cylindrical-coordinate representation of color #0C550F: hue angle of 122.47º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C550F is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 12 85 15 -
CMYK 0.86 0 0.82 0.67
HSL 122.47º 0.75% 0.19% -
HSV(B) 122.47º 0.86% 0.33% -
XYZ 3.49 6.61 1.54 -
YUV 55.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 12 85 15 0.86 0 0.82 0.67 122.47 0.75 0.19
Hex C 55 F 56 0 52 43 7A 4B 13
Octal 14 125 17 126 0 122 103 172 113 23
Binary 1100 1010101 1111 1010110 0 1010010 1000011 1111010 1001011 10011

Color Harmonies of #0C550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C550F

Black with #0C550F

Text Example


Text Example

White with #0C550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C550F; }

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

 H1.HeaderClassName
 {
   color: #0C550F;
 }
 .AnyTagClassName
 {
   color: #0C550F;
 }
</style>

background-color css

<style>
 a { background-color: #0C550F; }

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

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

border-color css

<style>
 span { border-color: #0C550F; }

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

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