Html Css Color HEX #0C724A Jewel

📋 copy color: '#0C724A'

red 12 ◦ green 114 ◦ blue 74

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

Shades of Jewel #0C724A

Tints of Jewel #0C724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 57%

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

R = 6%
G = 57%
B = 37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#0C724A (or 0x0C724A) is known color: Jewel. HEX triplet: 0C, 72 and 4A. RGB value is (12,114,74). Sum of RGB (Red+Green+Blue) = 12+114+74=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 114 (44.92% from 255 or 57% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 114 - color contains mainly: green. Hex color #0C724A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C724A is #F38DB5. Grayscale: #4E4E4E. Windows color (decimal): -15961526 or 4878860. OLE color: 4878860.

HSL color Cylindrical-coordinate representation of color #0C724A: hue angle of 156.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C724A is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 114 74 -
CMYK 0.89 0 0.35 0.55
HSL 156.47º 0.81% 0.25% -
HSV(B) 156.47º 0.89% 0.45% -
XYZ 7.4 12.61 8.52 -
YUV 78.94 125.21 80.25 -
System Red Green Blue C M Y K H S L
Decimal 12 114 74 0.89 0 0.35 0.55 156.47 0.81 0.25
Hex C 72 4A 59 0 23 37 9C 51 19
Octal 14 162 112 131 0 43 67 234 121 31
Binary 1100 1110010 1001010 1011001 0 100011 110111 10011100 1010001 11001

Color Harmonies of #0C724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C724A

Black with #0C724A

Text Example


Text Example

White with #0C724A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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