#008c07

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

Shades of Green #008C07

Tints of Green #008C07

Color information

#008C07 (or 0x008C07) is unknown color: approx Green. HEX triplet: 00, 8C and 07. RGB value is (0,140,7). Sum of RGB (Red+Green+Blue) = 0+140+7=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 140 (55.08% from 255 or 95.24% from 147); Blue value is 7 (3.12% from 255 or 4.76% from 147); Max value from RGB is 140 - color contains mainly: green. Hex color #008C07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C07 is #FF73F8. Grayscale: #535353. Windows color (decimal): -16741369 or 494592. OLE color: 494592.

HSL color Cylindrical-coordinate representation of color #008C07: hue angle of 123º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008C07 is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB01407-
CMYK100.950.45
HSL123º100%27.45%-
HSV(B)123º100%54.9%-
XYZ9.4218.773.33-
YUV82.9885.1268.81-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 95.24%
BLUE value IS 7 (3.12% from 255) = 4.76%
R=0%
G=95.24%
B=4.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01407100.950.4512310027.45
Hex08C76405F2D7b641b
Octal0214714401375517314433
Binary0100011001111100100010111111011011111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008c07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008c07; }

 p { color: rgb(0,140,7); }

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

<style>
 a { background-color: #008c07; }

 a { background-color: rgb(0,140,7); }

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

<style>
 span { border-color: #008c07; }

 span { border-color: rgb(0,140,7); }

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