Html Css Color HEX #6F951F Olive Drab

📋 copy color: '#6F951F'

red 111 ◦ green 149 ◦ blue 31

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

Shades of Olive Drab #6F951F

Tints of Olive Drab #6F951F

RGB

 RED value IS 111 (43.75% from 255) = 38.14%

 GREEN value IS 149 (58.59% from 255) = 51.2%

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

R = 38.14%
G = 51.2%
B = 10.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#6F951F (or 0x6F951F) is known color: Olive Drab. HEX triplet: 6F, 95 and 1F. RGB value is (111,149,31). Sum of RGB (Red+Green+Blue) = 111+149+31=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #6F951F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F951F is #906AE0. Grayscale: #7C7C7C. Windows color (decimal): -9464545 or 2069871. OLE color: 2069871.

HSL color Cylindrical-coordinate representation of color #6F951F: hue angle of 79.32º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F951F is Cyan = 0.26, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 149 31 -
CMYK 0.26 0 0.79 0.42
HSL 79.32º 0.66% 0.35% -
HSV(B) 79.32º 0.79% 0.58% -
XYZ 17.55 24.97 5.19 -
YUV 124.19 75.41 118.59 -
System Red Green Blue C M Y K H S L
Decimal 111 149 31 0.26 0 0.79 0.42 79.32 0.66 0.35
Hex 6F 95 1F 1A 0 4F 2A 4F 42 23
Octal 157 225 37 32 0 117 52 117 102 43
Binary 1101111 10010101 11111 11010 0 1001111 101010 1001111 1000010 100011

Color Harmonies of #6F951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F951F

Black with #6F951F

Text Example


Text Example

White with #6F951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6F951F; }

 p { color: rgb(111,149,31); }

 H1.HeaderClassName
 {
   color: #6F951F;
 }
 .AnyTagClassName
 {
   color: #6F951F;
 }
</style>

background-color css

<style>
 a { background-color: #6F951F; }

 a { background-color: rgb(111,149,31); }

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

border-color css

<style>
 span { border-color: #6F951F; }

 span { border-color: rgb(111,149,31); }

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