Html Css Color HEX #0C6E44 Jewel

📋 copy color: '#0C6E44'

red 12 ◦ green 110 ◦ blue 68

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

Shades of Jewel #0C6E44

Tints of Jewel #0C6E44

RGB

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

 GREEN value IS 110 (43.36% from 255) = 57.89%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 6.32%
G = 57.89%
B = 35.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#0C6E44 (or 0x0C6E44) is known color: Jewel. HEX triplet: 0C, 6E and 44. RGB value is (12,110,68). Sum of RGB (Red+Green+Blue) = 12+110+68=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E44 is #F391BB. Grayscale: #4B4B4B. Windows color (decimal): -15962556 or 4484620. OLE color: 4484620.

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

Color convert

RGB 12 110 68 -
CMYK 0.89 0 0.38 0.57
HSL 154.29º 0.8% 0.24% -
HSV(B) 154.29º 0.89% 0.43% -
XYZ 6.77 11.65 7.36 -
YUV 75.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 12 110 68 0.89 0 0.38 0.57 154.29 0.8 0.24
Hex C 6E 44 59 0 26 39 9A 50 18
Octal 14 156 104 131 0 46 71 232 120 30
Binary 1100 1101110 1000100 1011001 0 100110 111001 10011010 1010000 11000

Color Harmonies of #0C6E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6E44

Black with #0C6E44

Text Example


Text Example

White with #0C6E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,110,68); }

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

background-color css

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

 a { background-color: rgb(12,110,68); }

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

border-color css

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

 span { border-color: rgb(12,110,68); }

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