Html Css Color HEX #6C982D Olive Drab

📋 copy color: '#6C982D'

red 108 ◦ green 152 ◦ blue 45

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

Shades of Olive Drab #6C982D

Tints of Olive Drab #6C982D

RGB

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

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

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

R = 35.41%
G = 49.84%
B = 14.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.40

RGB Variations

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

Color information

#6C982D (or 0x6C982D) is known color: Olive Drab. HEX triplet: 6C, 98 and 2D. RGB value is (108,152,45). Sum of RGB (Red+Green+Blue) = 108+152+45=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #6C982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C982D is #9367D2. Grayscale: #7F7F7F. Windows color (decimal): -9660371 or 2988140. OLE color: 2988140.

HSL color Cylindrical-coordinate representation of color #6C982D: hue angle of 84.67º 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 #6C982D is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 45 -
CMYK 0.29 0 0.70 0.40
HSL 84.67º 0.54% 0.39% -
HSV(B) 84.67º 0.7% 0.6% -
XYZ 17.89 25.83 6.53 -
YUV 126.65 81.92 114.7 -
System Red Green Blue C M Y K H S L
Decimal 108 152 45 0.29 0 0.70 0.40 84.67 0.54 0.39
Hex 6C 98 2D 1D 0 46 28 55 36 27
Octal 154 230 55 35 0 106 50 125 66 47
Binary 1101100 10011000 101101 11101 0 1000110 101000 1010101 110110 100111

Color Harmonies of #6C982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C982D

Black with #6C982D

Text Example


Text Example

White with #6C982D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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