Html Css Color HEX #0C7616 Green

📋 copy color: '#0C7616'

red 12 ◦ green 118 ◦ blue 22

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

Shades of Green #0C7616

Tints of Green #0C7616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 77.63%

 BLUE value IS 22 (8.98% from 255) = 14.47%

R = 7.89%
G = 77.63%
B = 14.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#0C7616 (or 0x0C7616) is known color: Green. HEX triplet: 0C, 76 and 16. RGB value is (12,118,22). Sum of RGB (Red+Green+Blue) = 12+118+22=152 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.89% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 22 (8.98% from 255 or 14.47% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #0C7616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7616 is #F389E9. Grayscale: #4B4B4B. Windows color (decimal): -15960554 or 1472012. OLE color: 1472012.

HSL color Cylindrical-coordinate representation of color #0C7616: hue angle of 125.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C7616 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 22 -
CMYK 0.90 0 0.81 0.54
HSL 125.66º 0.82% 0.25% -
HSV(B) 125.66º 0.9% 0.46% -
XYZ 6.77 13.09 2.93 -
YUV 75.36 97.88 82.81 -
System Red Green Blue C M Y K H S L
Decimal 12 118 22 0.90 0 0.81 0.54 125.66 0.82 0.25
Hex C 76 16 5A 0 51 36 7E 52 19
Octal 14 166 26 132 0 121 66 176 122 31
Binary 1100 1110110 10110 1011010 0 1010001 110110 1111110 1010010 11001

Color Harmonies of #0C7616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7616

Black with #0C7616

Text Example


Text Example

White with #0C7616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,22); }

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

background-color css

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

 a { background-color: rgb(12,118,22); }

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

border-color css

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

 span { border-color: rgb(12,118,22); }

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