Html Css Color HEX #0C6B40 Jewel

📋 copy color: '#0C6B40'

red 12 ◦ green 107 ◦ blue 64

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

Shades of Jewel #0C6B40

Tints of Jewel #0C6B40

RGB

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

 GREEN value IS 107 (42.19% from 255) = 58.47%

 BLUE value IS 64 (25.39% from 255) = 34.97%

R = 6.56%
G = 58.47%
B = 34.97%

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

#0C6B40 (or 0x0C6B40) is known color: Jewel. HEX triplet: 0C, 6B and 40. RGB value is (12,107,64). Sum of RGB (Red+Green+Blue) = 12+107+64=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 64 (25.39% from 255 or 34.97% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B40 is #F394BF. Grayscale: #494949. Windows color (decimal): -15963328 or 4221708. OLE color: 4221708.

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

Color convert

RGB 12 107 64 -
CMYK 0.89 0 0.40 0.58
HSL 152.84º 0.8% 0.23% -
HSV(B) 152.84º 0.89% 0.42% -
XYZ 6.33 10.96 6.63 -
YUV 73.69 122.53 84 -
System Red Green Blue C M Y K H S L
Decimal 12 107 64 0.89 0 0.40 0.58 152.84 0.8 0.23
Hex C 6B 40 59 0 28 3A 99 50 17
Octal 14 153 100 131 0 50 72 231 120 27
Binary 1100 1101011 1000000 1011001 0 101000 111010 10011001 1010000 10111

Color Harmonies of #0C6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6B40

Black with #0C6B40

Text Example


Text Example

White with #0C6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,107,64); }

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

background-color css

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

 a { background-color: rgb(12,107,64); }

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

border-color css

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

 span { border-color: rgb(12,107,64); }

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