Html Css Color HEX #0C6940 Jewel

📋 copy color: '#0C6940'

red 12 ◦ green 105 ◦ blue 64

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

Shades of Jewel #0C6940

Tints of Jewel #0C6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.01%

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

R = 6.63%
G = 58.01%
B = 35.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#0C6940 (or 0x0C6940) is known color: Jewel. HEX triplet: 0C, 69 and 40. RGB value is (12,105,64). Sum of RGB (Red+Green+Blue) = 12+105+64=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 105 (41.41% from 255 or 58.01% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6940 is #F396BF. Grayscale: #484848. Windows color (decimal): -15963840 or 4221196. OLE color: 4221196.

HSL color Cylindrical-coordinate representation of color #0C6940: hue angle of 153.55º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6940 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 105 64 -
CMYK 0.89 0 0.39 0.59
HSL 153.55º 0.79% 0.23% -
HSV(B) 153.55º 0.89% 0.41% -
XYZ 6.13 10.55 6.56 -
YUV 72.52 123.19 84.83 -
System Red Green Blue C M Y K H S L
Decimal 12 105 64 0.89 0 0.39 0.59 153.55 0.79 0.23
Hex C 69 40 59 0 27 3B 9A 4F 17
Octal 14 151 100 131 0 47 73 232 117 27
Binary 1100 1101001 1000000 1011001 0 100111 111011 10011010 1001111 10111

Color Harmonies of #0C6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6940

Black with #0C6940

Text Example


Text Example

White with #0C6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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