Html Css Color HEX #689505 Olive Drab

📋 copy color: '#689505'

red 104 ◦ green 149 ◦ blue 5

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

Shades of Olive Drab #689505

Tints of Olive Drab #689505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.75%

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 40.31%
G = 57.75%
B = 1.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#689505 (or 0x689505) is known color: Olive Drab. HEX triplet: 68, 95 and 05. RGB value is (104,149,5). Sum of RGB (Red+Green+Blue) = 104+149+5=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #689505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689505 is #976AFA. Grayscale: #777777. Windows color (decimal): -9923323 or 365928. OLE color: 365928.

HSL color Cylindrical-coordinate representation of color #689505: hue angle of 78.75º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #689505 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 149 5 -
CMYK 0.30 0 0.97 0.42
HSL 78.75º 0.94% 0.3% -
HSV(B) 78.75º 0.97% 0.58% -
XYZ 16.48 24.45 3.99 -
YUV 119.13 63.59 117.21 -
System Red Green Blue C M Y K H S L
Decimal 104 149 5 0.30 0 0.97 0.42 78.75 0.94 0.3
Hex 68 95 5 1E 0 61 2A 4F 5E 1E
Octal 150 225 5 36 0 141 52 117 136 36
Binary 1101000 10010101 101 11110 0 1100001 101010 1001111 1011110 11110

Color Harmonies of #689505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689505

Black with #689505

Text Example


Text Example

White with #689505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689505; }

 p { color: rgb(104,149,5); }

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

background-color css

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

 a { background-color: rgb(104,149,5); }

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

border-color css

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

 span { border-color: rgb(104,149,5); }

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