Html Css Color HEX #6B931D Olive Drab

📋 copy color: '#6B931D'

red 107 ◦ green 147 ◦ blue 29

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

Shades of Olive Drab #6B931D

Tints of Olive Drab #6B931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 37.81%
G = 51.94%
B = 10.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#6B931D (or 0x6B931D) is known color: Olive Drab. HEX triplet: 6B, 93 and 1D. RGB value is (107,147,29). Sum of RGB (Red+Green+Blue) = 107+147+29=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #6B931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B931D is #946CE2. Grayscale: #7A7A7A. Windows color (decimal): -9727203 or 1938283. OLE color: 1938283.

HSL color Cylindrical-coordinate representation of color #6B931D: hue angle of 80.34º 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 #6B931D is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 147 29 -
CMYK 0.27 0 0.80 0.42
HSL 80.34º 0.67% 0.35% -
HSV(B) 80.34º 0.8% 0.58% -
XYZ 16.72 24.08 4.93 -
YUV 121.59 75.75 117.59 -
System Red Green Blue C M Y K H S L
Decimal 107 147 29 0.27 0 0.80 0.42 80.34 0.67 0.35
Hex 6B 93 1D 1B 0 50 2A 50 43 23
Octal 153 223 35 33 0 120 52 120 103 43
Binary 1101011 10010011 11101 11011 0 1010000 101010 1010000 1000011 100011

Color Harmonies of #6B931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B931D

Black with #6B931D

Text Example


Text Example

White with #6B931D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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