Html Css Color HEX #0F771B Forest Green

📋 copy color: '#0F771B'

red 15 ◦ green 119 ◦ blue 27

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

Shades of Forest Green #0F771B

Tints of Forest Green #0F771B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 9.32%
G = 73.91%
B = 16.77%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.77

 K value IS 0.53

RGB Variations

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

Color information

#0F771B (or 0x0F771B) is known color: Forest Green. HEX triplet: 0F, 77 and 1B. RGB value is (15,119,27). Sum of RGB (Red+Green+Blue) = 15+119+27=161 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.32% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #0F771B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F771B is #F088E4. Grayscale: #4D4D4D. Windows color (decimal): -15763685 or 1799951. OLE color: 1799951.

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

Color convert

RGB 15 119 27 -
CMYK 0.87 0 0.77 0.53
HSL 126.92º 0.78% 0.26% -
HSV(B) 126.92º 0.87% 0.47% -
XYZ 6.99 13.37 3.25 -
YUV 77.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 15 119 27 0.87 0 0.77 0.53 126.92 0.78 0.26
Hex F 77 1B 57 0 4D 35 7F 4E 1A
Octal 17 167 33 127 0 115 65 177 116 32
Binary 1111 1110111 11011 1010111 0 1001101 110101 1111111 1001110 11010

Color Harmonies of #0F771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F771B

Black with #0F771B

Text Example


Text Example

White with #0F771B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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