Html Css Color HEX #689600 Olive Drab

📋 copy color: '#689600'

red 104 ◦ green 150 ◦ blue 0

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

Shades of Olive Drab #689600

Tints of Olive Drab #689600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 59.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.94%
G = 59.06%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#689600 (or 0x689600) is known color: Olive Drab. HEX triplet: 68, 96 and 00. RGB value is (104,150,0). Sum of RGB (Red+Green+Blue) = 104+150+0=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #689600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689600 is #9769FF. Grayscale: #777777. Windows color (decimal): -9923072 or 38504. OLE color: 38504.

HSL color Cylindrical-coordinate representation of color #689600: hue angle of 78.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689600 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 0 -
CMYK 0.31 0 1 0.41
HSL 78.4º 1% 0.29% -
HSV(B) 78.4º 1% 0.59% -
XYZ 16.62 24.76 3.9 -
YUV 119.15 60.76 117.2 -
System Red Green Blue C M Y K H S L
Decimal 104 150 0 0.31 0 1 0.41 78.4 1 0.29
Hex 68 96 0 1F 0 64 29 4E 64 1D
Octal 150 226 0 37 0 144 51 116 144 35
Binary 1101000 10010110 0 11111 0 1100100 101001 1001110 1100100 11101

Color Harmonies of #689600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689600

Black with #689600

Text Example


Text Example

White with #689600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689600; }

 p { color: rgb(104,150,0); }

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

background-color css

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

 a { background-color: rgb(104,150,0); }

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

border-color css

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

 span { border-color: rgb(104,150,0); }

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