Html Css Color HEX #6B941F Olive Drab

📋 copy color: '#6B941F'

red 107 ◦ green 148 ◦ blue 31

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

Shades of Olive Drab #6B941F

Tints of Olive Drab #6B941F

RGB

 RED value IS 107 (42.19% from 255) = 37.41%

 GREEN value IS 148 (58.2% from 255) = 51.75%

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

R = 37.41%
G = 51.75%
B = 10.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#6B941F (or 0x6B941F) is known color: Olive Drab. HEX triplet: 6B, 94 and 1F. RGB value is (107,148,31). Sum of RGB (Red+Green+Blue) = 107+148+31=286 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.41% from 286); Green value is 148 (58.20% from 255 or 51.75% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 148 - color contains mainly: green. Hex color #6B941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B941F is #946BE0. Grayscale: #7A7A7A. Windows color (decimal): -9726945 or 2069611. OLE color: 2069611.

HSL color Cylindrical-coordinate representation of color #6B941F: hue angle of 81.03º degrees, saturation: 0.65, 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 #6B941F is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 31 -
CMYK 0.28 0 0.79 0.42
HSL 81.03º 0.65% 0.35% -
HSV(B) 81.03º 0.79% 0.58% -
XYZ 16.9 24.4 5.12 -
YUV 122.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 107 148 31 0.28 0 0.79 0.42 81.03 0.65 0.35
Hex 6B 94 1F 1C 0 4F 2A 51 41 23
Octal 153 224 37 34 0 117 52 121 101 43
Binary 1101011 10010100 11111 11100 0 1001111 101010 1010001 1000001 100011

Color Harmonies of #6B941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B941F

Black with #6B941F

Text Example


Text Example

White with #6B941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,148,31); }

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

background-color css

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

 a { background-color: rgb(107,148,31); }

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

border-color css

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

 span { border-color: rgb(107,148,31); }

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