Html Css Color HEX #689413 Olive Drab

📋 copy color: '#689413'

red 104 ◦ green 148 ◦ blue 19

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

Shades of Olive Drab #689413

Tints of Olive Drab #689413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 38.38%
G = 54.61%
B = 7.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#689413 (or 0x689413) is known color: Olive Drab. HEX triplet: 68, 94 and 13. RGB value is (104,148,19). Sum of RGB (Red+Green+Blue) = 104+148+19=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #689413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689413 is #976BEC. Grayscale: #787878. Windows color (decimal): -9923565 or 1283176. OLE color: 1283176.

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

Color convert

RGB 104 148 19 -
CMYK 0.30 0 0.87 0.42
HSL 80.47º 0.77% 0.33% -
HSV(B) 80.47º 0.87% 0.58% -
XYZ 16.42 24.17 4.42 -
YUV 120.14 70.92 116.49 -
System Red Green Blue C M Y K H S L
Decimal 104 148 19 0.30 0 0.87 0.42 80.47 0.77 0.33
Hex 68 94 13 1E 0 57 2A 50 4D 21
Octal 150 224 23 36 0 127 52 120 115 41
Binary 1101000 10010100 10011 11110 0 1010111 101010 1010000 1001101 100001

Color Harmonies of #689413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689413

Black with #689413

Text Example


Text Example

White with #689413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689413; }

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

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

background-color css

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

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

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

border-color css

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

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

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