#07850F

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

Shades of Green #07850F

Tints of Green #07850F

Color information

#07850F (or 0x07850F) is unknown color: approx Green. HEX triplet: 07, 85 and 0F. RGB value is (7,133,15). Sum of RGB (Red+Green+Blue) = 7+133+15=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #07850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #07850F is #F87AF0. Grayscale: #525252. Windows color (decimal): -16284401 or 1017095. OLE color: 1017095.

HSL color Cylindrical-coordinate representation of color #07850F: hue angle of 123.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07850F is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB713315-
CMYK0.9500.890.48
HSL123.81º90%27.45%-
HSV(B)123.81º94.74%52.16%-
XYZ8.5616.853.25-
YUV81.8790.2674.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.52%
GREEN value IS 133 (52.34% from 255) = 85.81%
BLUE value IS 15 (6.25% from 255) = 9.68%
R=4.52%
G=85.81%
B=9.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7133150.9500.890.48123.819027.45
Hex785F5F059307c5a1b
Octal72051713701316017413233
Binary1111000010111111011111010110011100001111100101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07850F; }

 p { color: rgb(7,133,15); }

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

<style>
 a { background-color: #07850F; }

 a { background-color: rgb(7,133,15); }

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

<style>
 span { border-color: #07850F; }

 span { border-color: rgb(7,133,15); }

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