Html Css Color HEX #0F771C Forest Green

📋 copy color: '#0F771C'

red 15 ◦ green 119 ◦ blue 28

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

Shades of Forest Green #0F771C

Tints of Forest Green #0F771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 73.46%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 9.26%
G = 73.46%
B = 17.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#0F771C (or 0x0F771C) is known color: Forest Green. HEX triplet: 0F, 77 and 1C. RGB value is (15,119,28). Sum of RGB (Red+Green+Blue) = 15+119+28=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 119 (46.88% from 255 or 73.46% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 119 - color contains mainly: green. Hex color #0F771C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F771C is #F088E3. Grayscale: #4D4D4D. Windows color (decimal): -15763684 or 1865487. OLE color: 1865487.

HSL color Cylindrical-coordinate representation of color #0F771C: hue angle of 127.5º 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 #0F771C is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 28 -
CMYK 0.87 0 0.76 0.53
HSL 127.5º 0.78% 0.26% -
HSV(B) 127.5º 0.87% 0.47% -
XYZ 7 13.38 3.31 -
YUV 77.53 100.04 83.4 -
System Red Green Blue C M Y K H S L
Decimal 15 119 28 0.87 0 0.76 0.53 127.5 0.78 0.26
Hex F 77 1C 57 0 4C 35 80 4E 1A
Octal 17 167 34 127 0 114 65 200 116 32
Binary 1111 1110111 11100 1010111 0 1001100 110101 10000000 1001110 11010

Color Harmonies of #0F771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F771C

Black with #0F771C

Text Example


Text Example

White with #0F771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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