Html Css Color HEX #688128 Olive Drab

📋 copy color: '#688128'

red 104 ◦ green 129 ◦ blue 40

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

Shades of Olive Drab #688128

Tints of Olive Drab #688128

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

 BLUE value IS 40 (16.02% from 255) = 14.65%

R = 38.1%
G = 47.25%
B = 14.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#688128 (or 0x688128) is known color: Olive Drab. HEX triplet: 68, 81 and 28. RGB value is (104,129,40). Sum of RGB (Red+Green+Blue) = 104+129+40=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #688128 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688128 is #977ED7. Grayscale: #6F6F6F. Windows color (decimal): -9928408 or 2654568. OLE color: 2654568.

HSL color Cylindrical-coordinate representation of color #688128: hue angle of 76.85º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688128 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 129 40 -
CMYK 0.19 0 0.69 0.49
HSL 76.85º 0.53% 0.33% -
HSV(B) 76.85º 0.69% 0.51% -
XYZ 13.94 18.8 4.9 -
YUV 111.38 87.72 122.74 -
System Red Green Blue C M Y K H S L
Decimal 104 129 40 0.19 0 0.69 0.49 76.85 0.53 0.33
Hex 68 81 28 13 0 45 31 4D 35 21
Octal 150 201 50 23 0 105 61 115 65 41
Binary 1101000 10000001 101000 10011 0 1000101 110001 1001101 110101 100001

Color Harmonies of #688128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688128

Black with #688128

Text Example


Text Example

White with #688128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688128; }

 p { color: rgb(104,129,40); }

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

background-color css

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

 a { background-color: rgb(104,129,40); }

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

border-color css

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

 span { border-color: rgb(104,129,40); }

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