Html Css Color HEX #6B931B Olive Drab

📋 copy color: '#6B931B'

red 107 ◦ green 147 ◦ blue 27

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

Shades of Olive Drab #6B931B

Tints of Olive Drab #6B931B

RGB

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

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

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

R = 38.08%
G = 52.31%
B = 9.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#6B931B (or 0x6B931B) is known color: Olive Drab. HEX triplet: 6B, 93 and 1B. RGB value is (107,147,27). Sum of RGB (Red+Green+Blue) = 107+147+27=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 147 (57.81% from 255 or 52.31% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 147 - color contains mainly: green. Hex color #6B931B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B931B is #946CE4. Grayscale: #797979. Windows color (decimal): -9727205 or 1807211. OLE color: 1807211.

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

Color convert

RGB 107 147 27 -
CMYK 0.27 0 0.82 0.42
HSL 80º 0.69% 0.34% -
HSV(B) 80º 0.82% 0.58% -
XYZ 16.69 24.07 4.8 -
YUV 121.36 74.75 117.76 -
System Red Green Blue C M Y K H S L
Decimal 107 147 27 0.27 0 0.82 0.42 80 0.69 0.34
Hex 6B 93 1B 1B 0 52 2A 50 45 22
Octal 153 223 33 33 0 122 52 120 105 42
Binary 1101011 10010011 11011 11011 0 1010010 101010 1010000 1000101 100010

Color Harmonies of #6B931B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B931B

Black with #6B931B

Text Example


Text Example

White with #6B931B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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