#01780C

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

Shades of Green #01780C

Tints of Green #01780C

Color information

#01780C (or 0x01780C) is unknown color: approx Green. HEX triplet: 01, 78 and 0C. RGB value is (1,120,12). Sum of RGB (Red+Green+Blue) = 1+120+12=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 120 (47.27% from 255 or 90.23% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 120 - color contains mainly: green. Hex color #01780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01780C is #FE87F3. Grayscale: #484848. Windows color (decimal): -16680948 or 817153. OLE color: 817153.

HSL color Cylindrical-coordinate representation of color #01780C: hue angle of 125.55º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01780C is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB112012-
CMYK0.9900.900.53
HSL125.55º98.35%23.73%-
HSV(B)125.55º99.17%47.06%-
XYZ6.813.472.59-
YUV72.1194.0877.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 120 (47.27% from 255) = 90.23%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=0.75%
G=90.23%
B=9.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1120120.9900.900.53125.5598.3523.73
Hex178C6305A357e6218
Octal11701414301326517614230
Binary1111100011001100011010110101101011111110110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01780C; }

 p { color: rgb(1,120,12); }

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

<style>
 a { background-color: #01780C; }

 a { background-color: rgb(1,120,12); }

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

<style>
 span { border-color: #01780C; }

 span { border-color: rgb(1,120,12); }

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