Html Css Color HEX #6C832C Olive Drab

📋 copy color: '#6C832C'

red 108 ◦ green 131 ◦ blue 44

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

Shades of Olive Drab #6C832C

Tints of Olive Drab #6C832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.29%

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

R = 38.16%
G = 46.29%
B = 15.55%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6C832C (or 0x6C832C) is known color: Olive Drab. HEX triplet: 6C, 83 and 2C. RGB value is (108,131,44). Sum of RGB (Red+Green+Blue) = 108+131+44=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #6C832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C832C is #937CD3. Grayscale: #727272. Windows color (decimal): -9665748 or 2917228. OLE color: 2917228.

HSL color Cylindrical-coordinate representation of color #6C832C: hue angle of 75.86º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C832C is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 108 131 44 -
CMYK 0.18 0 0.66 0.49
HSL 75.86º 0.5% 0.34% -
HSV(B) 75.86º 0.66% 0.51% -
XYZ 14.76 19.6 5.39 -
YUV 114.21 88.38 123.57 -
System Red Green Blue C M Y K H S L
Decimal 108 131 44 0.18 0 0.66 0.49 75.86 0.5 0.34
Hex 6C 83 2C 12 0 42 31 4C 32 22
Octal 154 203 54 22 0 102 61 114 62 42
Binary 1101100 10000011 101100 10010 0 1000010 110001 1001100 110010 100010

Color Harmonies of #6C832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C832C

Black with #6C832C

Text Example


Text Example

White with #6C832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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