Html Css Color HEX #6C982C Olive Drab

📋 copy color: '#6C982C'

red 108 ◦ green 152 ◦ blue 44

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

Shades of Olive Drab #6C982C

Tints of Olive Drab #6C982C

RGB

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

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

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

R = 35.53%
G = 50%
B = 14.47%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#6C982C (or 0x6C982C) is known color: Olive Drab. HEX triplet: 6C, 98 and 2C. RGB value is (108,152,44). Sum of RGB (Red+Green+Blue) = 108+152+44=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #6C982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C982C is #9367D3. Grayscale: #7E7E7E. Windows color (decimal): -9660372 or 2922604. OLE color: 2922604.

HSL color Cylindrical-coordinate representation of color #6C982C: hue angle of 84.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C982C is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 108 152 44 -
CMYK 0.29 0 0.71 0.40
HSL 84.44º 0.55% 0.38% -
HSV(B) 84.44º 0.71% 0.6% -
XYZ 17.87 25.83 6.43 -
YUV 126.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 108 152 44 0.29 0 0.71 0.40 84.44 0.55 0.38
Hex 6C 98 2C 1D 0 47 28 54 37 26
Octal 154 230 54 35 0 107 50 124 67 46
Binary 1101100 10011000 101100 11101 0 1000111 101000 1010100 110111 100110

Color Harmonies of #6C982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C982C

Black with #6C982C

Text Example


Text Example

White with #6C982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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