Html Css Color HEX #0C703E Jewel

📋 copy color: '#0C703E'

red 12 ◦ green 112 ◦ blue 62

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

Shades of Jewel #0C703E

Tints of Jewel #0C703E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.33%

R = 6.45%
G = 60.22%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#0C703E (or 0x0C703E) is known color: Jewel. HEX triplet: 0C, 70 and 3E. RGB value is (12,112,62). Sum of RGB (Red+Green+Blue) = 12+112+62=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 62 (24.61% from 255 or 33.33% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #0C703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C703E is #F38FC1. Grayscale: #4C4C4C. Windows color (decimal): -15962050 or 4091916. OLE color: 4091916.

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

Color convert

RGB 12 112 62 -
CMYK 0.89 0 0.45 0.56
HSL 150º 0.81% 0.24% -
HSV(B) 150º 0.89% 0.44% -
XYZ 6.82 12.01 6.52 -
YUV 76.4 119.87 82.07 -
System Red Green Blue C M Y K H S L
Decimal 12 112 62 0.89 0 0.45 0.56 150 0.81 0.24
Hex C 70 3E 59 0 2D 38 96 51 18
Octal 14 160 76 131 0 55 70 226 121 30
Binary 1100 1110000 111110 1011001 0 101101 111000 10010110 1010001 11000

Color Harmonies of #0C703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C703E

Black with #0C703E

Text Example


Text Example

White with #0C703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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