Html Css Color HEX #689328 Olive Drab

📋 copy color: '#689328'

red 104 ◦ green 147 ◦ blue 40

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

Shades of Olive Drab #689328

Tints of Olive Drab #689328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

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

R = 35.74%
G = 50.52%
B = 13.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#689328 (or 0x689328) is known color: Olive Drab. HEX triplet: 68, 93 and 28. RGB value is (104,147,40). Sum of RGB (Red+Green+Blue) = 104+147+40=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #689328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689328 is #976CD7. Grayscale: #7A7A7A. Windows color (decimal): -9923800 or 2659176. OLE color: 2659176.

HSL color Cylindrical-coordinate representation of color #689328: hue angle of 84.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #689328 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 40 -
CMYK 0.29 0 0.73 0.42
HSL 84.11º 0.57% 0.37% -
HSV(B) 84.11º 0.73% 0.58% -
XYZ 16.53 23.96 5.76 -
YUV 121.95 81.75 115.2 -
System Red Green Blue C M Y K H S L
Decimal 104 147 40 0.29 0 0.73 0.42 84.11 0.57 0.37
Hex 68 93 28 1D 0 49 2A 54 39 25
Octal 150 223 50 35 0 111 52 124 71 45
Binary 1101000 10010011 101000 11101 0 1001001 101010 1010100 111001 100101

Color Harmonies of #689328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689328

Black with #689328

Text Example


Text Example

White with #689328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689328; }

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

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

background-color css

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

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

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

border-color css

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

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

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