Html Css Color HEX #689001 Olive Drab

📋 copy color: '#689001'

red 104 ◦ green 144 ◦ blue 1

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

Shades of Olive Drab #689001

Tints of Olive Drab #689001

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.83%

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

R = 41.77%
G = 57.83%
B = 0.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#689001 (or 0x689001) is known color: Olive Drab. HEX triplet: 68, 90 and 01. RGB value is (104,144,1). Sum of RGB (Red+Green+Blue) = 104+144+1=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #689001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689001 is #976FFE. Grayscale: #747474. Windows color (decimal): -9924607 or 102504. OLE color: 102504.

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

Color convert

RGB 104 144 1 -
CMYK 0.28 0 0.99 0.44
HSL 76.78º 0.99% 0.28% -
HSV(B) 76.78º 0.99% 0.56% -
XYZ 15.69 22.89 3.62 -
YUV 115.74 63.25 119.63 -
System Red Green Blue C M Y K H S L
Decimal 104 144 1 0.28 0 0.99 0.44 76.78 0.99 0.28
Hex 68 90 1 1C 0 63 2C 4D 63 1C
Octal 150 220 1 34 0 143 54 115 143 34
Binary 1101000 10010000 1 11100 0 1100011 101100 1001101 1100011 11100

Color Harmonies of #689001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689001

Black with #689001

Text Example


Text Example

White with #689001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689001; }

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

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

background-color css

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

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

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

border-color css

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

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

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