Html Css Color HEX #6B921B Olive Drab

📋 copy color: '#6B921B'

red 107 ◦ green 146 ◦ blue 27

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

Shades of Olive Drab #6B921B

Tints of Olive Drab #6B921B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 38.21%
G = 52.14%
B = 9.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.43

RGB Variations

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

Color information

#6B921B (or 0x6B921B) is known color: Olive Drab. HEX triplet: 6B, 92 and 1B. RGB value is (107,146,27). Sum of RGB (Red+Green+Blue) = 107+146+27=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #6B921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B921B is #946DE4. Grayscale: #797979. Windows color (decimal): -9727461 or 1806955. OLE color: 1806955.

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

Color convert

RGB 107 146 27 -
CMYK 0.27 0 0.82 0.43
HSL 79.66º 0.69% 0.34% -
HSV(B) 79.66º 0.82% 0.57% -
XYZ 16.54 23.76 4.75 -
YUV 120.77 75.08 118.18 -
System Red Green Blue C M Y K H S L
Decimal 107 146 27 0.27 0 0.82 0.43 79.66 0.69 0.34
Hex 6B 92 1B 1B 0 52 2B 50 45 22
Octal 153 222 33 33 0 122 53 120 105 42
Binary 1101011 10010010 11011 11011 0 1010010 101011 1010000 1000101 100010

Color Harmonies of #6B921B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B921B

Black with #6B921B

Text Example


Text Example

White with #6B921B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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