Html Css Color HEX #6B8522 Olive Drab

📋 copy color: '#6B8522'

red 107 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #6B8522

Tints of Olive Drab #6B8522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.41%

R = 39.05%
G = 48.54%
B = 12.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#6B8522 (or 0x6B8522) is known color: Olive Drab. HEX triplet: 6B, 85 and 22. RGB value is (107,133,34). Sum of RGB (Red+Green+Blue) = 107+133+34=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8522 is #947ADD. Grayscale: #727272. Windows color (decimal): -9730782 or 2262379. OLE color: 2262379.

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

Color convert

RGB 107 133 34 -
CMYK 0.20 0 0.74 0.48
HSL 75.76º 0.59% 0.33% -
HSV(B) 75.76º 0.74% 0.52% -
XYZ 14.74 20.02 4.6 -
YUV 113.94 82.89 123.05 -
System Red Green Blue C M Y K H S L
Decimal 107 133 34 0.20 0 0.74 0.48 75.76 0.59 0.33
Hex 6B 85 22 14 0 4A 30 4C 3B 21
Octal 153 205 42 24 0 112 60 114 73 41
Binary 1101011 10000101 100010 10100 0 1001010 110000 1001100 111011 100001

Color Harmonies of #6B8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8522

Black with #6B8522

Text Example


Text Example

White with #6B8522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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