Html Css Color HEX #6B921D Olive Drab

📋 copy color: '#6B921D'

red 107 ◦ green 146 ◦ blue 29

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

Shades of Olive Drab #6B921D

Tints of Olive Drab #6B921D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

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

R = 37.94%
G = 51.77%
B = 10.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.43

RGB Variations

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

Color information

#6B921D (or 0x6B921D) is known color: Olive Drab. HEX triplet: 6B, 92 and 1D. RGB value is (107,146,29). Sum of RGB (Red+Green+Blue) = 107+146+29=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #6B921D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B921D is #946DE2. Grayscale: #797979. Windows color (decimal): -9727459 or 1938027. OLE color: 1938027.

HSL color Cylindrical-coordinate representation of color #6B921D: hue angle of 80º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B921D is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.43.

Color convert

RGB 107 146 29 -
CMYK 0.27 0 0.80 0.43
HSL 80º 0.67% 0.34% -
HSV(B) 80º 0.8% 0.57% -
XYZ 16.56 23.77 4.88 -
YUV 121 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 107 146 29 0.27 0 0.80 0.43 80 0.67 0.34
Hex 6B 92 1D 1B 0 50 2B 50 43 22
Octal 153 222 35 33 0 120 53 120 103 42
Binary 1101011 10010010 11101 11011 0 1010000 101011 1010000 1000011 100010

Color Harmonies of #6B921D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B921D

Black with #6B921D

Text Example


Text Example

White with #6B921D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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