Html Css Color HEX #68801C Olive Drab

📋 copy color: '#68801C'

red 104 ◦ green 128 ◦ blue 28

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

Shades of Olive Drab #68801C

Tints of Olive Drab #68801C

RGB

 RED value IS 104 (41.02% from 255) = 40%

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

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 40%
G = 49.23%
B = 10.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#68801C (or 0x68801C) is known color: Olive Drab. HEX triplet: 68, 80 and 1C. RGB value is (104,128,28). Sum of RGB (Red+Green+Blue) = 104+128+28=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 128 (50.39% from 255 or 49.23% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 128 - color contains mainly: green. Hex color #68801C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68801C is #977FE3. Grayscale: #6D6D6D. Windows color (decimal): -9928676 or 1867880. OLE color: 1867880.

HSL color Cylindrical-coordinate representation of color #68801C: hue angle of 74.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68801C is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 28 -
CMYK 0.19 0 0.78 0.50
HSL 74.4º 0.64% 0.31% -
HSV(B) 74.4º 0.78% 0.5% -
XYZ 13.64 18.47 3.94 -
YUV 109.42 82.05 124.13 -
System Red Green Blue C M Y K H S L
Decimal 104 128 28 0.19 0 0.78 0.50 74.4 0.64 0.31
Hex 68 80 1C 13 0 4E 32 4A 40 1F
Octal 150 200 34 23 0 116 62 112 100 37
Binary 1101000 10000000 11100 10011 0 1001110 110010 1001010 1000000 11111

Color Harmonies of #68801C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68801C

Black with #68801C

Text Example


Text Example

White with #68801C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68801C; }

 p { color: rgb(104,128,28); }

 H1.HeaderClassName
 {
   color: #68801C;
 }
 .AnyTagClassName
 {
   color: #68801C;
 }
</style>

background-color css

<style>
 a { background-color: #68801C; }

 a { background-color: rgb(104,128,28); }

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

border-color css

<style>
 span { border-color: #68801C; }

 span { border-color: rgb(104,128,28); }

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