Html Css Color HEX #689105 Olive Drab

📋 copy color: '#689105'

red 104 ◦ green 145 ◦ blue 5

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

Shades of Olive Drab #689105

Tints of Olive Drab #689105

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

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

R = 40.94%
G = 57.09%
B = 1.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#689105 (or 0x689105) is known color: Olive Drab. HEX triplet: 68, 91 and 05. RGB value is (104,145,5). Sum of RGB (Red+Green+Blue) = 104+145+5=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #689105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689105 is #976EFA. Grayscale: #757575. Windows color (decimal): -9924347 or 364904. OLE color: 364904.

HSL color Cylindrical-coordinate representation of color #689105: hue angle of 77.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #689105 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 5 -
CMYK 0.28 0 0.97 0.43
HSL 77.57º 0.93% 0.29% -
HSV(B) 77.57º 0.97% 0.57% -
XYZ 15.86 23.2 3.79 -
YUV 116.78 64.92 118.88 -
System Red Green Blue C M Y K H S L
Decimal 104 145 5 0.28 0 0.97 0.43 77.57 0.93 0.29
Hex 68 91 5 1C 0 61 2B 4E 5D 1D
Octal 150 221 5 34 0 141 53 116 135 35
Binary 1101000 10010001 101 11100 0 1100001 101011 1001110 1011101 11101

Color Harmonies of #689105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689105

Black with #689105

Text Example


Text Example

White with #689105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689105; }

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

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

background-color css

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

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

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

border-color css

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

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

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