Html Css Color HEX #689028 Olive Drab

📋 copy color: '#689028'

red 104 ◦ green 144 ◦ blue 40

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

Shades of Olive Drab #689028

Tints of Olive Drab #689028

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50%

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

R = 36.11%
G = 50%
B = 13.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#689028 (or 0x689028) is known color: Olive Drab. HEX triplet: 68, 90 and 28. RGB value is (104,144,40). Sum of RGB (Red+Green+Blue) = 104+144+40=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #689028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689028 is #976FD7. Grayscale: #787878. Windows color (decimal): -9924568 or 2658408. OLE color: 2658408.

HSL color Cylindrical-coordinate representation of color #689028: hue angle of 83.08º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #689028 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 144 40 -
CMYK 0.28 0 0.72 0.44
HSL 83.08º 0.57% 0.36% -
HSV(B) 83.08º 0.72% 0.56% -
XYZ 16.07 23.04 5.61 -
YUV 120.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 104 144 40 0.28 0 0.72 0.44 83.08 0.57 0.36
Hex 68 90 28 1C 0 48 2C 53 39 24
Octal 150 220 50 34 0 110 54 123 71 44
Binary 1101000 10010000 101000 11100 0 1001000 101100 1010011 111001 100100

Color Harmonies of #689028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689028

Black with #689028

Text Example


Text Example

White with #689028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689028; }

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

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

background-color css

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

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

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

border-color css

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

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

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