Html Css Color HEX #6B8511 Olive Drab

📋 copy color: '#6B8511'

red 107 ◦ green 133 ◦ blue 17

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

Shades of Olive Drab #6B8511

Tints of Olive Drab #6B8511

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.75%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 41.63%
G = 51.75%
B = 6.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#6B8511 (or 0x6B8511) is known color: Olive Drab. HEX triplet: 6B, 85 and 11. RGB value is (107,133,17). Sum of RGB (Red+Green+Blue) = 107+133+17=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8511 is #947AEE. Grayscale: #707070. Windows color (decimal): -9730799 or 1148267. OLE color: 1148267.

HSL color Cylindrical-coordinate representation of color #6B8511: hue angle of 73.45º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B8511 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB 107 133 17 -
CMYK 0.20 0 0.87 0.48
HSL 73.45º 0.77% 0.29% -
HSV(B) 73.45º 0.87% 0.52% -
XYZ 14.55 19.94 3.61 -
YUV 112 74.39 124.43 -
System Red Green Blue C M Y K H S L
Decimal 107 133 17 0.20 0 0.87 0.48 73.45 0.77 0.29
Hex 6B 85 11 14 0 57 30 49 4D 1D
Octal 153 205 21 24 0 127 60 111 115 35
Binary 1101011 10000101 10001 10100 0 1010111 110000 1001001 1001101 11101

Color Harmonies of #6B8511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8511

Black with #6B8511

Text Example


Text Example

White with #6B8511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,133,17); }

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

background-color css

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

 a { background-color: rgb(107,133,17); }

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

border-color css

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

 span { border-color: rgb(107,133,17); }

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