Html Css Color HEX #6D982D Olive Drab

📋 copy color: '#6D982D'

red 109 ◦ green 152 ◦ blue 45

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

Shades of Olive Drab #6D982D

Tints of Olive Drab #6D982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.67%

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

R = 35.62%
G = 49.67%
B = 14.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#6D982D (or 0x6D982D) is known color: Olive Drab. HEX triplet: 6D, 98 and 2D. RGB value is (109,152,45). Sum of RGB (Red+Green+Blue) = 109+152+45=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #6D982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D982D is #9267D2. Grayscale: #7F7F7F. Windows color (decimal): -9594835 or 2988141. OLE color: 2988141.

HSL color Cylindrical-coordinate representation of color #6D982D: hue angle of 84.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D982D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 45 -
CMYK 0.28 0 0.70 0.40
HSL 84.11º 0.54% 0.39% -
HSV(B) 84.11º 0.7% 0.6% -
XYZ 18.01 25.9 6.53 -
YUV 126.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 109 152 45 0.28 0 0.70 0.40 84.11 0.54 0.39
Hex 6D 98 2D 1C 0 46 28 54 36 27
Octal 155 230 55 34 0 106 50 124 66 47
Binary 1101101 10011000 101101 11100 0 1000110 101000 1010100 110110 100111

Color Harmonies of #6D982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D982D

Black with #6D982D

Text Example


Text Example

White with #6D982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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