Html Css Color HEX #6B842C Olive Drab

📋 copy color: '#6B842C'

red 107 ◦ green 132 ◦ blue 44

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

Shades of Olive Drab #6B842C

Tints of Olive Drab #6B842C

RGB

 RED value IS 107 (42.19% from 255) = 37.81%

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

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

R = 37.81%
G = 46.64%
B = 15.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#6B842C (or 0x6B842C) is known color: Olive Drab. HEX triplet: 6B, 84 and 2C. RGB value is (107,132,44). Sum of RGB (Red+Green+Blue) = 107+132+44=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #6B842C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B842C is #947BD3. Grayscale: #727272. Windows color (decimal): -9731028 or 2917483. OLE color: 2917483.

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

Color convert

RGB 107 132 44 -
CMYK 0.19 0 0.67 0.48
HSL 77.05º 0.5% 0.35% -
HSV(B) 77.05º 0.67% 0.52% -
XYZ 14.77 19.81 5.43 -
YUV 114.49 88.22 122.66 -
System Red Green Blue C M Y K H S L
Decimal 107 132 44 0.19 0 0.67 0.48 77.05 0.5 0.35
Hex 6B 84 2C 13 0 43 30 4D 32 23
Octal 153 204 54 23 0 103 60 115 62 43
Binary 1101011 10000100 101100 10011 0 1000011 110000 1001101 110010 100011

Color Harmonies of #6B842C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B842C

Black with #6B842C

Text Example


Text Example

White with #6B842C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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