Html Css Color HEX #0C4709 Myrtle

📋 copy color: '#0C4709'

red 12 ◦ green 71 ◦ blue 9

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

Shades of Myrtle #0C4709

Tints of Myrtle #0C4709

RGB

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

 GREEN value IS 71 (28.13% from 255) = 77.17%

 BLUE value IS 9 (3.91% from 255) = 9.78%

R = 13.04%
G = 77.17%
B = 9.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.87

 K value IS 0.72

RGB Variations

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

Color information

#0C4709 (or 0x0C4709) is known color: Myrtle. HEX triplet: 0C, 47 and 09. RGB value is (12,71,9). Sum of RGB (Red+Green+Blue) = 12+71+9=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 71 (28.12% from 255 or 77.17% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 71 - color contains mainly: green. Hex color #0C4709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4709 is #F3B8F6. Grayscale: #2E2E2E. Windows color (decimal): -15972599 or 608012. OLE color: 608012.

HSL color Cylindrical-coordinate representation of color #0C4709: hue angle of 117.1º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C4709 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 71 9 -
CMYK 0.83 0 0.87 0.72
HSL 117.1º 0.78% 0.16% -
HSV(B) 117.1º 0.87% 0.28% -
XYZ 2.45 4.6 1.02 -
YUV 46.29 106.95 103.54 -
System Red Green Blue C M Y K H S L
Decimal 12 71 9 0.83 0 0.87 0.72 117.1 0.78 0.16
Hex C 47 9 53 0 57 48 75 4E 10
Octal 14 107 11 123 0 127 110 165 116 20
Binary 1100 1000111 1001 1010011 0 1010111 1001000 1110101 1001110 10000

Color Harmonies of #0C4709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4709

Black with #0C4709

Text Example


Text Example

White with #0C4709

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,71,9); }

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

background-color css

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

 a { background-color: rgb(12,71,9); }

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

border-color css

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

 span { border-color: rgb(12,71,9); }

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