Html Css Color HEX #6C842C Olive Drab

📋 copy color: '#6C842C'

red 108 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #6C842C

Tints of Olive Drab #6C842C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.49%

R = 38.03%
G = 46.48%
B = 15.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#6C842C (or 0x6C842C) is known color: Olive Drab. HEX triplet: 6C, 84 and 2C. RGB value is (108,132,44). Sum of RGB (Red+Green+Blue) = 108+132+44=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #6C842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C842C is #937BD3. Grayscale: #737373. Windows color (decimal): -9665492 or 2917484. OLE color: 2917484.

HSL color Cylindrical-coordinate representation of color #6C842C: hue angle of 76.36º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C842C is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 108 132 44 -
CMYK 0.18 0 0.67 0.48
HSL 76.36º 0.5% 0.35% -
HSV(B) 76.36º 0.67% 0.52% -
XYZ 14.89 19.87 5.43 -
YUV 114.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 108 132 44 0.18 0 0.67 0.48 76.36 0.5 0.35
Hex 6C 84 2C 12 0 43 30 4C 32 23
Octal 154 204 54 22 0 103 60 114 62 43
Binary 1101100 10000100 101100 10010 0 1000011 110000 1001100 110010 100011

Color Harmonies of #6C842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C842C

Black with #6C842C

Text Example


Text Example

White with #6C842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,132,44); }

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

background-color css

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

 a { background-color: rgb(108,132,44); }

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

border-color css

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

 span { border-color: rgb(108,132,44); }

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