Html Css Color HEX #6D852D Olive Drab

📋 copy color: '#6D852D'

red 109 ◦ green 133 ◦ blue 45

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

Shades of Olive Drab #6D852D

Tints of Olive Drab #6D852D

RGB

 RED value IS 109 (42.97% from 255) = 37.98%

 GREEN value IS 133 (52.34% from 255) = 46.34%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 37.98%
G = 46.34%
B = 15.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#6D852D (or 0x6D852D) is known color: Olive Drab. HEX triplet: 6D, 85 and 2D. RGB value is (109,133,45). Sum of RGB (Red+Green+Blue) = 109+133+45=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #6D852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D852D is #927AD2. Grayscale: #747474. Windows color (decimal): -9599699 or 2983277. OLE color: 2983277.

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

Color convert

RGB 109 133 45 -
CMYK 0.18 0 0.66 0.48
HSL 76.36º 0.49% 0.35% -
HSV(B) 76.36º 0.66% 0.52% -
XYZ 15.17 20.22 5.59 -
YUV 115.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 109 133 45 0.18 0 0.66 0.48 76.36 0.49 0.35
Hex 6D 85 2D 12 0 42 30 4C 31 23
Octal 155 205 55 22 0 102 60 114 61 43
Binary 1101101 10000101 101101 10010 0 1000010 110000 1001100 110001 100011

Color Harmonies of #6D852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D852D

Black with #6D852D

Text Example


Text Example

White with #6D852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,45); }

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

background-color css

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

 a { background-color: rgb(109,133,45); }

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

border-color css

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

 span { border-color: rgb(109,133,45); }

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