Html Css Color HEX #0C5812 Myrtle

📋 copy color: '#0C5812'

red 12 ◦ green 88 ◦ blue 18

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

Shades of Myrtle #0C5812

Tints of Myrtle #0C5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 74.58%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 10.17%
G = 74.58%
B = 15.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#0C5812 (or 0x0C5812) is known color: Myrtle. HEX triplet: 0C, 58 and 12. RGB value is (12,88,18). Sum of RGB (Red+Green+Blue) = 12+88+18=118 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.17% from 118); Green value is 88 (34.77% from 255 or 74.58% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5812 is #F3A7ED. Grayscale: #393939. Windows color (decimal): -15968238 or 1202188. OLE color: 1202188.

HSL color Cylindrical-coordinate representation of color #0C5812: hue angle of 124.74º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C5812 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 12 88 18 -
CMYK 0.86 0 0.80 0.65
HSL 124.74º 0.76% 0.2% -
HSV(B) 124.74º 0.86% 0.35% -
XYZ 3.75 7.1 1.75 -
YUV 57.3 105.82 95.69 -
System Red Green Blue C M Y K H S L
Decimal 12 88 18 0.86 0 0.80 0.65 124.74 0.76 0.2
Hex C 58 12 56 0 50 41 7D 4C 14
Octal 14 130 22 126 0 120 101 175 114 24
Binary 1100 1011000 10010 1010110 0 1010000 1000001 1111101 1001100 10100

Color Harmonies of #0C5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5812

Black with #0C5812

Text Example


Text Example

White with #0C5812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,88,18); }

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

background-color css

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

 a { background-color: rgb(12,88,18); }

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

border-color css

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

 span { border-color: rgb(12,88,18); }

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