Html Css Color HEX #6C802C Olive Drab

📋 copy color: '#6C802C'

red 108 ◦ green 128 ◦ blue 44

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

Shades of Olive Drab #6C802C

Tints of Olive Drab #6C802C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 38.57%
G = 45.71%
B = 15.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#6C802C (or 0x6C802C) is known color: Olive Drab. HEX triplet: 6C, 80 and 2C. RGB value is (108,128,44). Sum of RGB (Red+Green+Blue) = 108+128+44=280 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.57% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #6C802C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C802C is #937FD3. Grayscale: #707070. Windows color (decimal): -9666516 or 2916460. OLE color: 2916460.

HSL color Cylindrical-coordinate representation of color #6C802C: hue angle of 74.29º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C802C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 108 128 44 -
CMYK 0.16 0 0.66 0.50
HSL 74.29º 0.49% 0.34% -
HSV(B) 74.29º 0.66% 0.5% -
XYZ 14.36 18.81 5.26 -
YUV 112.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 108 128 44 0.16 0 0.66 0.50 74.29 0.49 0.34
Hex 6C 80 2C 10 0 42 32 4A 31 22
Octal 154 200 54 20 0 102 62 112 61 42
Binary 1101100 10000000 101100 10000 0 1000010 110010 1001010 110001 100010

Color Harmonies of #6C802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C802C

Black with #6C802C

Text Example


Text Example

White with #6C802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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