Html Css Color HEX #0C6D4A Jewel

📋 copy color: '#0C6D4A'

red 12 ◦ green 109 ◦ blue 74

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

Shades of Jewel #0C6D4A

Tints of Jewel #0C6D4A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.9%

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 6.15%
G = 55.9%
B = 37.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.57

RGB Variations

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

Color information

#0C6D4A (or 0x0C6D4A) is known color: Jewel. HEX triplet: 0C, 6D and 4A. RGB value is (12,109,74). Sum of RGB (Red+Green+Blue) = 12+109+74=195 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.15% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #0C6D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6D4A is #F392B5. Grayscale: #4C4C4C. Windows color (decimal): -15962806 or 4877580. OLE color: 4877580.

HSL color Cylindrical-coordinate representation of color #0C6D4A: hue angle of 158.35º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6D4A is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB 12 109 74 -
CMYK 0.89 0 0.32 0.57
HSL 158.35º 0.8% 0.24% -
HSV(B) 158.35º 0.89% 0.43% -
XYZ 6.86 11.51 8.34 -
YUV 76.01 126.86 82.35 -
System Red Green Blue C M Y K H S L
Decimal 12 109 74 0.89 0 0.32 0.57 158.35 0.8 0.24
Hex C 6D 4A 59 0 20 39 9E 50 18
Octal 14 155 112 131 0 40 71 236 120 30
Binary 1100 1101101 1001010 1011001 0 100000 111001 10011110 1010000 11000

Color Harmonies of #0C6D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6D4A

Black with #0C6D4A

Text Example


Text Example

White with #0C6D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,109,74); }

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

background-color css

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

 a { background-color: rgb(12,109,74); }

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

border-color css

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

 span { border-color: rgb(12,109,74); }

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