#0F7719

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

Shades of Forest Green #0F7719

Tints of Forest Green #0F7719

Color information

#0F7719 (or 0x0F7719) is unknown color: approx Forest Green. HEX triplet: 0F, 77 and 19. RGB value is (15,119,25). Sum of RGB (Red+Green+Blue) = 15+119+25=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 25 (10.16% from 255 or 15.72% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7719 is #F088E6. Grayscale: #4D4D4D. Windows color (decimal): -15763687 or 1668879. OLE color: 1668879.

HSL color Cylindrical-coordinate representation of color #0F7719: hue angle of 125.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7719 is Cyan = 0.87, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1511925-
CMYK0.8700.790.53
HSL125.77º77.61%26.27%-
HSV(B)125.77º87.39%46.67%-
XYZ6.9713.373.13-
YUV77.1998.5483.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 119 (46.88% from 255) = 74.84%
BLUE value IS 25 (10.16% from 255) = 15.72%
R=9.43%
G=74.84%
B=15.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal15119250.8700.790.53125.7777.6126.27
HexF77195704F357e4e1a
Octal171673112701176517611632
Binary11111110111110011010111010011111101011111110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,25); }

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

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

 a { background-color: rgb(15,119,25); }

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

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

 span { border-color: rgb(15,119,25); }

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