Html Css Color HEX #6C8522 Olive Drab

📋 copy color: '#6C8522'

red 108 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #6C8522

Tints of Olive Drab #6C8522

RGB

 RED value IS 108 (42.58% from 255) = 39.27%

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

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

R = 39.27%
G = 48.36%
B = 12.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#6C8522 (or 0x6C8522) is known color: Olive Drab. HEX triplet: 6C, 85 and 22. RGB value is (108,133,34). Sum of RGB (Red+Green+Blue) = 108+133+34=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8522 is #937ADD. Grayscale: #727272. Windows color (decimal): -9665246 or 2262380. OLE color: 2262380.

HSL color Cylindrical-coordinate representation of color #6C8522: hue angle of 75.15º 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 #6C8522 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 133 34 -
CMYK 0.19 0 0.74 0.48
HSL 75.15º 0.59% 0.33% -
HSV(B) 75.15º 0.74% 0.52% -
XYZ 14.86 20.08 4.61 -
YUV 114.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 108 133 34 0.19 0 0.74 0.48 75.15 0.59 0.33
Hex 6C 85 22 13 0 4A 30 4B 3B 21
Octal 154 205 42 23 0 112 60 113 73 41
Binary 1101100 10000101 100010 10011 0 1001010 110000 1001011 111011 100001

Color Harmonies of #6C8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8522

Black with #6C8522

Text Example


Text Example

White with #6C8522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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