Html Css Color HEX #689407 Olive Drab

📋 copy color: '#689407'

red 104 ◦ green 148 ◦ blue 7

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

Shades of Olive Drab #689407

Tints of Olive Drab #689407

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 7 (3.13% from 255) = 2.7%

R = 40.15%
G = 57.14%
B = 2.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#689407 (or 0x689407) is known color: Olive Drab. HEX triplet: 68, 94 and 07. RGB value is (104,148,7). Sum of RGB (Red+Green+Blue) = 104+148+7=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #689407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689407 is #976BF8. Grayscale: #777777. Windows color (decimal): -9923577 or 496744. OLE color: 496744.

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

Color convert

RGB 104 148 7 -
CMYK 0.30 0 0.95 0.42
HSL 78.72º 0.91% 0.3% -
HSV(B) 78.72º 0.95% 0.58% -
XYZ 16.34 24.14 4 -
YUV 118.77 64.92 117.46 -
System Red Green Blue C M Y K H S L
Decimal 104 148 7 0.30 0 0.95 0.42 78.72 0.91 0.3
Hex 68 94 7 1E 0 5F 2A 4F 5B 1E
Octal 150 224 7 36 0 137 52 117 133 36
Binary 1101000 10010100 111 11110 0 1011111 101010 1001111 1011011 11110

Color Harmonies of #689407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689407

Black with #689407

Text Example


Text Example

White with #689407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689407; }

 p { color: rgb(104,148,7); }

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

background-color css

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

 a { background-color: rgb(104,148,7); }

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

border-color css

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

 span { border-color: rgb(104,148,7); }

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