Html Css Color HEX #6C842B Olive Drab

📋 copy color: '#6C842B'

red 108 ◦ green 132 ◦ blue 43

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

Shades of Olive Drab #6C842B

Tints of Olive Drab #6C842B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.19%

R = 38.16%
G = 46.64%
B = 15.19%

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

#6C842B (or 0x6C842B) is known color: Olive Drab. HEX triplet: 6C, 84 and 2B. RGB value is (108,132,43). Sum of RGB (Red+Green+Blue) = 108+132+43=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #6C842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C842B is #937BD4. Grayscale: #737373. Windows color (decimal): -9665493 or 2851948. OLE color: 2851948.

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

Color convert

RGB 108 132 43 -
CMYK 0.18 0 0.67 0.48
HSL 76.18º 0.51% 0.34% -
HSV(B) 76.18º 0.67% 0.52% -
XYZ 14.87 19.87 5.34 -
YUV 114.68 87.55 123.24 -
System Red Green Blue C M Y K H S L
Decimal 108 132 43 0.18 0 0.67 0.48 76.18 0.51 0.34
Hex 6C 84 2B 12 0 43 30 4C 33 22
Octal 154 204 53 22 0 103 60 114 63 42
Binary 1101100 10000100 101011 10010 0 1000011 110000 1001100 110011 100010

Color Harmonies of #6C842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C842B

Black with #6C842B

Text Example


Text Example

White with #6C842B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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