#07961D

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

Shades of Forest Green #07961D

Tints of Forest Green #07961D

Color information

#07961D (or 0x07961D) is unknown color: approx Forest Green. HEX triplet: 07, 96 and 1D. RGB value is (7,150,29). Sum of RGB (Red+Green+Blue) = 7+150+29=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 150 (58.98% from 255 or 80.65% from 186); Blue value is 29 (11.72% from 255 or 15.59% from 186); Max value from RGB is 150 - color contains mainly: green. Hex color #07961D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07961D is #F869E2. Grayscale: #5D5D5D. Windows color (decimal): -16280035 or 1938951. OLE color: 1938951.

HSL color Cylindrical-coordinate representation of color #07961D: hue angle of 129.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07961D is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB715029-
CMYK0.9500.810.41
HSL129.23º91.08%30.78%-
HSV(B)129.23º95.33%58.82%-
XYZ11.2221.954.81-
YUV93.4591.6266.34-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.76%
GREEN value IS 150 (58.98% from 255) = 80.65%
BLUE value IS 29 (11.72% from 255) = 15.59%
R=3.76%
G=80.65%
B=15.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7150290.9500.810.41129.2391.0830.78
Hex7961D5F05129815b1f
Octal72263513701215120113337
Binary111100101101110110111110101000110100110000001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07961D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07961D; }

 p { color: rgb(7,150,29); }

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

<style>
 a { background-color: #07961D; }

 a { background-color: rgb(7,150,29); }

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

<style>
 span { border-color: #07961D; }

 span { border-color: rgb(7,150,29); }

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