Html Css Color HEX #0C6C41 Jewel

📋 copy color: '#0C6C41'

red 12 ◦ green 108 ◦ blue 65

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

Shades of Jewel #0C6C41

Tints of Jewel #0C6C41

RGB

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

 GREEN value IS 108 (42.58% from 255) = 58.38%

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

R = 6.49%
G = 58.38%
B = 35.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#0C6C41 (or 0x0C6C41) is known color: Jewel. HEX triplet: 0C, 6C and 41. RGB value is (12,108,65). Sum of RGB (Red+Green+Blue) = 12+108+65=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 108 (42.58% from 255 or 58.38% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C41 is #F393BE. Grayscale: #4A4A4A. Windows color (decimal): -15963071 or 4287500. OLE color: 4287500.

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

Color convert

RGB 12 108 65 -
CMYK 0.89 0 0.40 0.58
HSL 153.13º 0.8% 0.24% -
HSV(B) 153.13º 0.89% 0.42% -
XYZ 6.47 11.18 6.82 -
YUV 74.39 122.7 83.5 -
System Red Green Blue C M Y K H S L
Decimal 12 108 65 0.89 0 0.40 0.58 153.13 0.8 0.24
Hex C 6C 41 59 0 28 3A 99 50 18
Octal 14 154 101 131 0 50 72 231 120 30
Binary 1100 1101100 1000001 1011001 0 101000 111010 10011001 1010000 11000

Color Harmonies of #0C6C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6C41

Black with #0C6C41

Text Example


Text Example

White with #0C6C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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