Html Css Color HEX #6D8422 Olive Drab

📋 copy color: '#6D8422'

red 109 ◦ green 132 ◦ blue 34

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

Shades of Olive Drab #6D8422

Tints of Olive Drab #6D8422

RGB

 RED value IS 109 (42.97% from 255) = 39.64%

 GREEN value IS 132 (51.95% from 255) = 48%

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

R = 39.64%
G = 48%
B = 12.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#6D8422 (or 0x6D8422) is known color: Olive Drab. HEX triplet: 6D, 84 and 22. RGB value is (109,132,34). Sum of RGB (Red+Green+Blue) = 109+132+34=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 34 (13.67% from 255 or 12.36% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8422 is #927BDD. Grayscale: #727272. Windows color (decimal): -9599966 or 2262125. OLE color: 2262125.

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

Color convert

RGB 109 132 34 -
CMYK 0.17 0 0.74 0.48
HSL 74.08º 0.59% 0.33% -
HSV(B) 74.08º 0.74% 0.52% -
XYZ 14.85 19.87 4.57 -
YUV 113.95 82.88 124.47 -
System Red Green Blue C M Y K H S L
Decimal 109 132 34 0.17 0 0.74 0.48 74.08 0.59 0.33
Hex 6D 84 22 11 0 4A 30 4A 3B 21
Octal 155 204 42 21 0 112 60 112 73 41
Binary 1101101 10000100 100010 10001 0 1001010 110000 1001010 111011 100001

Color Harmonies of #6D8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8422

Black with #6D8422

Text Example


Text Example

White with #6D8422

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,34); }

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

background-color css

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

 a { background-color: rgb(109,132,34); }

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

border-color css

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

 span { border-color: rgb(109,132,34); }

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