Html Css Color HEX #0C6A41 Jewel

📋 copy color: '#0C6A41'

red 12 ◦ green 106 ◦ blue 65

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

Shades of Jewel #0C6A41

Tints of Jewel #0C6A41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 6.56%
G = 57.92%
B = 35.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.58

RGB Variations

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

Color information

#0C6A41 (or 0x0C6A41) is known color: Jewel. HEX triplet: 0C, 6A and 41. RGB value is (12,106,65). Sum of RGB (Red+Green+Blue) = 12+106+65=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A41 is #F395BE. Grayscale: #494949. Windows color (decimal): -15963583 or 4286988. OLE color: 4286988.

HSL color Cylindrical-coordinate representation of color #0C6A41: hue angle of 153.83º 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 #0C6A41 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB 12 106 65 -
CMYK 0.89 0 0.39 0.58
HSL 153.83º 0.8% 0.23% -
HSV(B) 153.83º 0.89% 0.42% -
XYZ 6.26 10.77 6.75 -
YUV 73.22 123.36 84.33 -
System Red Green Blue C M Y K H S L
Decimal 12 106 65 0.89 0 0.39 0.58 153.83 0.8 0.23
Hex C 6A 41 59 0 27 3A 9A 50 17
Octal 14 152 101 131 0 47 72 232 120 27
Binary 1100 1101010 1000001 1011001 0 100111 111010 10011010 1010000 10111

Color Harmonies of #0C6A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6A41

Black with #0C6A41

Text Example


Text Example

White with #0C6A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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