#0C630A

Color #0C630A Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0C630A

Tints of Green #0C630A

Color information

#0C630A (or 0x0C630A) is unknown color: approx Green. HEX triplet: 0C, 63 and 0A. RGB value is (12,99,10). Sum of RGB (Red+Green+Blue) = 12+99+10=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #0C630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C630A is #F39CF5. Grayscale: #3F3F3F. Windows color (decimal): -15965430 or 680716. OLE color: 680716.

HSL color Cylindrical-coordinate representation of color #0C630A: hue angle of 118.65º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C630A is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB129910-
CMYK0.8800.900.61
HSL118.65º81.65%21.37%-
HSV(B)118.65º89.9%38.82%-
XYZ4.679.021.78-
YUV62.8498.1891.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.92%
GREEN value IS 99 (39.06% from 255) = 81.82%
BLUE value IS 10 (4.30% from 255) = 8.26%
R=9.92%
G=81.82%
B=8.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1299100.8800.900.61118.6581.6521.37
HexC63A5805A3D775215
Octal141431213001327516712225
Binary1100110001110101011000010110101111011110111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,99,10); }

 H1.HeaderClassName
 {
   color: #0C630A;
 }
 .AnyTagClassName
 {
   color: #0C630A;
 }
</style>
background-color css

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

 a { background-color: rgb(12,99,10); }

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

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

 span { border-color: rgb(12,99,10); }

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