Html Css Color HEX #6C8432 Olive Drab

📋 copy color: '#6C8432'

red 108 ◦ green 132 ◦ blue 50

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

Shades of Olive Drab #6C8432

Tints of Olive Drab #6C8432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.24%

R = 37.24%
G = 45.52%
B = 17.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#6C8432 (or 0x6C8432) is known color: Olive Drab. HEX triplet: 6C, 84 and 32. RGB value is (108,132,50). Sum of RGB (Red+Green+Blue) = 108+132+50=290 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.24% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #6C8432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8432 is #937BCD. Grayscale: #737373. Windows color (decimal): -9665486 or 3310700. OLE color: 3310700.

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

Color convert

RGB 108 132 50 -
CMYK 0.18 0 0.62 0.48
HSL 77.56º 0.45% 0.36% -
HSV(B) 77.56º 0.62% 0.52% -
XYZ 15.01 19.92 6.07 -
YUV 115.48 91.05 122.67 -
System Red Green Blue C M Y K H S L
Decimal 108 132 50 0.18 0 0.62 0.48 77.56 0.45 0.36
Hex 6C 84 32 12 0 3E 30 4E 2D 24
Octal 154 204 62 22 0 76 60 116 55 44
Binary 1101100 10000100 110010 10010 0 111110 110000 1001110 101101 100100

Color Harmonies of #6C8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8432

Black with #6C8432

Text Example


Text Example

White with #6C8432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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