Html Css Color HEX #0C704A Jewel

📋 copy color: '#0C704A'

red 12 ◦ green 112 ◦ blue 74

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

Shades of Jewel #0C704A

Tints of Jewel #0C704A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.57%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 6.06%
G = 56.57%
B = 37.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#0C704A (or 0x0C704A) is known color: Jewel. HEX triplet: 0C, 70 and 4A. RGB value is (12,112,74). Sum of RGB (Red+Green+Blue) = 12+112+74=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 112 (44.14% from 255 or 56.57% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 112 - color contains mainly: green. Hex color #0C704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C704A is #F38FB5. Grayscale: #4D4D4D. Windows color (decimal): -15962038 or 4878348. OLE color: 4878348.

HSL color Cylindrical-coordinate representation of color #0C704A: hue angle of 157.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C704A is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 112 74 -
CMYK 0.89 0 0.34 0.56
HSL 157.2º 0.81% 0.24% -
HSV(B) 157.2º 0.89% 0.44% -
XYZ 7.18 12.16 8.45 -
YUV 77.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 12 112 74 0.89 0 0.34 0.56 157.2 0.81 0.24
Hex C 70 4A 59 0 22 38 9D 51 18
Octal 14 160 112 131 0 42 70 235 121 30
Binary 1100 1110000 1001010 1011001 0 100010 111000 10011101 1010001 11000

Color Harmonies of #0C704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C704A

Black with #0C704A

Text Example


Text Example

White with #0C704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,112,74); }

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

background-color css

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

 a { background-color: rgb(12,112,74); }

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

border-color css

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

 span { border-color: rgb(12,112,74); }

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