Html Css Color HEX #06991F Forest Green

📋 copy color: '#06991F'

red 6 ◦ green 153 ◦ blue 31

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

Shades of Forest Green #06991F

Tints of Forest Green #06991F

RGB

 RED value IS 6 (2.73% from 255) = 3.16%

 GREEN value IS 153 (60.16% from 255) = 80.53%

 BLUE value IS 31 (12.5% from 255) = 16.32%

R = 3.16%
G = 80.53%
B = 16.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#06991F (or 0x06991F) is known color: Forest Green. HEX triplet: 06, 99 and 1F. RGB value is (6,153,31). Sum of RGB (Red+Green+Blue) = 6+153+31=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 153 (60.16% from 255 or 80.53% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 153 - color contains mainly: green. Hex color #06991F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06991F is #F966E0. Grayscale: #5F5F5F. Windows color (decimal): -16344801 or 2070790. OLE color: 2070790.

HSL color Cylindrical-coordinate representation of color #06991F: hue angle of 130.2º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06991F is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 6 153 31 -
CMYK 0.96 0 0.80 0.4
HSL 130.2º 0.92% 0.31% -
HSV(B) 130.2º 0.96% 0.6% -
XYZ 11.71 22.92 5.1 -
YUV 95.14 91.8 64.42 -
System Red Green Blue C M Y K H S L
Decimal 6 153 31 0.96 0 0.80 0.4 130.2 0.92 0.31
Hex 6 99 1F 60 0 50 28 82 5C 1F
Octal 6 231 37 140 0 120 50 202 134 37
Binary 110 10011001 11111 1100000 0 1010000 101000 10000010 1011100 11111

Color Harmonies of #06991F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06991F

Black with #06991F

Text Example


Text Example

White with #06991F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,153,31); }

 H1.HeaderClassName
 {
   color: #06991F;
 }
 .AnyTagClassName
 {
   color: #06991F;
 }
</style>

background-color css

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

 a { background-color: rgb(6,153,31); }

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

border-color css

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

 span { border-color: rgb(6,153,31); }

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