Html Css Color HEX #0F7619 Forest Green

📋 copy color: '#0F7619'

red 15 ◦ green 118 ◦ blue 25

#0F7619
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #0F7619

Tints of Forest Green #0F7619

RGB

 RED value IS 15 (6.25% from 255) = 9.49%

 GREEN value IS 118 (46.48% from 255) = 74.68%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 9.49%
G = 74.68%
B = 15.82%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#0F7619 (or 0x0F7619) is known color: Forest Green. HEX triplet: 0F, 76 and 19. RGB value is (15,118,25). Sum of RGB (Red+Green+Blue) = 15+118+25=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 118 (46.48% from 255 or 74.68% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 118 - color contains mainly: green. Hex color #0F7619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7619 is #F089E6. Grayscale: #4C4C4C. Windows color (decimal): -15763943 or 1668623. OLE color: 1668623.

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

Color convert

RGB 15 118 25 -
CMYK 0.87 0 0.79 0.54
HSL 125.83º 0.77% 0.26% -
HSV(B) 125.83º 0.87% 0.46% -
XYZ 6.85 13.13 3.09 -
YUV 76.6 98.88 84.06 -
System Red Green Blue C M Y K H S L
Decimal 15 118 25 0.87 0 0.79 0.54 125.83 0.77 0.26
Hex F 76 19 57 0 4F 36 7E 4D 1A
Octal 17 166 31 127 0 117 66 176 115 32
Binary 1111 1110110 11001 1010111 0 1001111 110110 1111110 1001101 11010

Color Harmonies of #0F7619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7619

Black with #0F7619

Text Example


Text Example

White with #0F7619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F7619;
 }
 .AnyTagClassName
 {
   color: #0F7619;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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