Html Css Color HEX #6B941D Olive Drab

📋 copy color: '#6B941D'

red 107 ◦ green 148 ◦ blue 29

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

Shades of Olive Drab #6B941D

Tints of Olive Drab #6B941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 37.68%
G = 52.11%
B = 10.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#6B941D (or 0x6B941D) is known color: Olive Drab. HEX triplet: 6B, 94 and 1D. RGB value is (107,148,29). Sum of RGB (Red+Green+Blue) = 107+148+29=284 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.68% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #6B941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B941D is #946BE2. Grayscale: #7A7A7A. Windows color (decimal): -9726947 or 1938539. OLE color: 1938539.

HSL color Cylindrical-coordinate representation of color #6B941D: hue angle of 80.67º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B941D is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 148 29 -
CMYK 0.28 0 0.80 0.42
HSL 80.67º 0.67% 0.35% -
HSV(B) 80.67º 0.8% 0.58% -
XYZ 16.88 24.39 4.98 -
YUV 122.18 75.42 117.18 -
System Red Green Blue C M Y K H S L
Decimal 107 148 29 0.28 0 0.80 0.42 80.67 0.67 0.35
Hex 6B 94 1D 1C 0 50 2A 51 43 23
Octal 153 224 35 34 0 120 52 121 103 43
Binary 1101011 10010100 11101 11100 0 1010000 101010 1010001 1000011 100011

Color Harmonies of #6B941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B941D

Black with #6B941D

Text Example


Text Example

White with #6B941D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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