Html Css Color HEX #0C6948 Jewel

📋 copy color: '#0C6948'

red 12 ◦ green 105 ◦ blue 72

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

Shades of Jewel #0C6948

Tints of Jewel #0C6948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.1%

R = 6.35%
G = 55.56%
B = 38.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#0C6948 (or 0x0C6948) is known color: Jewel. HEX triplet: 0C, 69 and 48. RGB value is (12,105,72). Sum of RGB (Red+Green+Blue) = 12+105+72=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 105 (41.41% from 255 or 55.56% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6948 is #F396B7. Grayscale: #494949. Windows color (decimal): -15963832 or 4745484. OLE color: 4745484.

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

Color convert

RGB 12 105 72 -
CMYK 0.89 0 0.31 0.59
HSL 158.71º 0.79% 0.23% -
HSV(B) 158.71º 0.89% 0.41% -
XYZ 6.37 10.65 7.85 -
YUV 73.43 127.19 84.18 -
System Red Green Blue C M Y K H S L
Decimal 12 105 72 0.89 0 0.31 0.59 158.71 0.79 0.23
Hex C 69 48 59 0 1F 3B 9F 4F 17
Octal 14 151 110 131 0 37 73 237 117 27
Binary 1100 1101001 1001000 1011001 0 11111 111011 10011111 1001111 10111

Color Harmonies of #0C6948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6948

Black with #0C6948

Text Example


Text Example

White with #0C6948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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