Html Css Color HEX #0C6A4A Jewel

📋 copy color: '#0C6A4A'

red 12 ◦ green 106 ◦ blue 74

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

Shades of Jewel #0C6A4A

Tints of Jewel #0C6A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 55.21%

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

R = 6.25%
G = 55.21%
B = 38.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#0C6A4A (or 0x0C6A4A) is known color: Jewel. HEX triplet: 0C, 6A and 4A. RGB value is (12,106,74). Sum of RGB (Red+Green+Blue) = 12+106+74=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 74 (29.30% from 255 or 38.54% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A4A is #F395B5. Grayscale: #4A4A4A. Windows color (decimal): -15963574 or 4876812. OLE color: 4876812.

HSL color Cylindrical-coordinate representation of color #0C6A4A: hue angle of 159.57º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A4A is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 106 74 -
CMYK 0.89 0 0.30 0.58
HSL 159.57º 0.8% 0.23% -
HSV(B) 159.57º 0.89% 0.42% -
XYZ 6.54 10.88 8.23 -
YUV 74.25 127.86 83.6 -
System Red Green Blue C M Y K H S L
Decimal 12 106 74 0.89 0 0.30 0.58 159.57 0.8 0.23
Hex C 6A 4A 59 0 1E 3A A0 50 17
Octal 14 152 112 131 0 36 72 240 120 27
Binary 1100 1101010 1001010 1011001 0 11110 111010 10100000 1010000 10111

Color Harmonies of #0C6A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A4A

Black with #0C6A4A

Text Example


Text Example

White with #0C6A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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