Html Css Color HEX #689305 Olive Drab

📋 copy color: '#689305'

red 104 ◦ green 147 ◦ blue 5

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

Shades of Olive Drab #689305

Tints of Olive Drab #689305

RGB

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

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

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

R = 40.63%
G = 57.42%
B = 1.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#689305 (or 0x689305) is known color: Olive Drab. HEX triplet: 68, 93 and 05. RGB value is (104,147,5). Sum of RGB (Red+Green+Blue) = 104+147+5=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #689305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689305 is #976CFA. Grayscale: #767676. Windows color (decimal): -9923835 or 365416. OLE color: 365416.

HSL color Cylindrical-coordinate representation of color #689305: hue angle of 78.17º degrees, saturation: 0.93, 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 #689305 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 147 5 -
CMYK 0.29 0 0.97 0.42
HSL 78.17º 0.93% 0.3% -
HSV(B) 78.17º 0.97% 0.58% -
XYZ 16.17 23.82 3.89 -
YUV 117.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 104 147 5 0.29 0 0.97 0.42 78.17 0.93 0.3
Hex 68 93 5 1D 0 61 2A 4E 5D 1E
Octal 150 223 5 35 0 141 52 116 135 36
Binary 1101000 10010011 101 11101 0 1100001 101010 1001110 1011101 11110

Color Harmonies of #689305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689305

Black with #689305

Text Example


Text Example

White with #689305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689305; }

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

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

background-color css

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

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

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

border-color css

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

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

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