Html Css Color HEX #689104 Olive Drab

📋 copy color: '#689104'

red 104 ◦ green 145 ◦ blue 4

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

Shades of Olive Drab #689104

Tints of Olive Drab #689104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.58%

R = 41.11%
G = 57.31%
B = 1.58%

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

#689104 (or 0x689104) is known color: Olive Drab. HEX triplet: 68, 91 and 04. RGB value is (104,145,4). Sum of RGB (Red+Green+Blue) = 104+145+4=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 145 (57.03% from 255 or 57.31% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 145 - color contains mainly: green. Hex color #689104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689104 is #976EFB. Grayscale: #757575. Windows color (decimal): -9924348 or 299368. OLE color: 299368.

HSL color Cylindrical-coordinate representation of color #689104: hue angle of 77.45º degrees, saturation: 0.95, 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 #689104 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 4 -
CMYK 0.28 0 0.97 0.43
HSL 77.45º 0.95% 0.29% -
HSV(B) 77.45º 0.97% 0.57% -
XYZ 15.86 23.2 3.76 -
YUV 116.67 64.42 118.96 -
System Red Green Blue C M Y K H S L
Decimal 104 145 4 0.28 0 0.97 0.43 77.45 0.95 0.29
Hex 68 91 4 1C 0 61 2B 4D 5F 1D
Octal 150 221 4 34 0 141 53 115 137 35
Binary 1101000 10010001 100 11100 0 1100001 101011 1001101 1011111 11101

Color Harmonies of #689104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689104

Black with #689104

Text Example


Text Example

White with #689104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689104; }

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

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

background-color css

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

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

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

border-color css

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

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

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