Html Css Color HEX #689301 Olive Drab

📋 copy color: '#689301'

red 104 ◦ green 147 ◦ blue 1

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

Shades of Olive Drab #689301

Tints of Olive Drab #689301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 41.27%
G = 58.33%
B = 0.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#689301 (or 0x689301) is known color: Olive Drab. HEX triplet: 68, 93 and 01. RGB value is (104,147,1). Sum of RGB (Red+Green+Blue) = 104+147+1=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #689301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689301 is #976CFE. Grayscale: #767676. Windows color (decimal): -9923839 or 103272. OLE color: 103272.

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

Color convert

RGB 104 147 1 -
CMYK 0.29 0 0.99 0.42
HSL 77.67º 0.99% 0.29% -
HSV(B) 77.67º 0.99% 0.58% -
XYZ 16.15 23.81 3.77 -
YUV 117.5 62.25 118.37 -
System Red Green Blue C M Y K H S L
Decimal 104 147 1 0.29 0 0.99 0.42 77.67 0.99 0.29
Hex 68 93 1 1D 0 63 2A 4E 63 1D
Octal 150 223 1 35 0 143 52 116 143 35
Binary 1101000 10010011 1 11101 0 1100011 101010 1001110 1100011 11101

Color Harmonies of #689301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689301

Black with #689301

Text Example


Text Example

White with #689301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689301; }

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

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

background-color css

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

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

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

border-color css

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

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

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