Html Css Color HEX #0C5D12 Myrtle

📋 copy color: '#0C5D12'

red 12 ◦ green 93 ◦ blue 18

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

Shades of Myrtle #0C5D12

Tints of Myrtle #0C5D12

RGB

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

 GREEN value IS 93 (36.72% from 255) = 75.61%

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

R = 9.76%
G = 75.61%
B = 14.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#0C5D12 (or 0x0C5D12) is known color: Myrtle. HEX triplet: 0C, 5D and 12. RGB value is (12,93,18). Sum of RGB (Red+Green+Blue) = 12+93+18=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 93 (36.72% from 255 or 75.61% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 93 - color contains mainly: green. Hex color #0C5D12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5D12 is #F3A2ED. Grayscale: #3C3C3C. Windows color (decimal): -15966958 or 1203468. OLE color: 1203468.

HSL color Cylindrical-coordinate representation of color #0C5D12: hue angle of 124.44º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5D12 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.64.

Color convert

RGB 12 93 18 -
CMYK 0.87 0 0.81 0.64
HSL 124.44º 0.77% 0.21% -
HSV(B) 124.44º 0.87% 0.36% -
XYZ 4.18 7.95 1.89 -
YUV 60.23 104.16 93.6 -
System Red Green Blue C M Y K H S L
Decimal 12 93 18 0.87 0 0.81 0.64 124.44 0.77 0.21
Hex C 5D 12 57 0 51 40 7C 4D 15
Octal 14 135 22 127 0 121 100 174 115 25
Binary 1100 1011101 10010 1010111 0 1010001 1000000 1111100 1001101 10101

Color Harmonies of #0C5D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5D12

Black with #0C5D12

Text Example


Text Example

White with #0C5D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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