Html Css Color HEX #689126 Olive Drab

📋 copy color: '#689126'

red 104 ◦ green 145 ◦ blue 38

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

Shades of Olive Drab #689126

Tints of Olive Drab #689126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.24%

R = 36.24%
G = 50.52%
B = 13.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#689126 (or 0x689126) is known color: Olive Drab. HEX triplet: 68, 91 and 26. RGB value is (104,145,38). Sum of RGB (Red+Green+Blue) = 104+145+38=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 145 (57.03% from 255 or 50.52% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 145 - color contains mainly: green. Hex color #689126 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689126 is #976ED9. Grayscale: #787878. Windows color (decimal): -9924314 or 2527592. OLE color: 2527592.

HSL color Cylindrical-coordinate representation of color #689126: hue angle of 82.99º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #689126 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 104 145 38 -
CMYK 0.28 0 0.74 0.43
HSL 82.99º 0.58% 0.36% -
HSV(B) 82.99º 0.74% 0.57% -
XYZ 16.18 23.33 5.48 -
YUV 120.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 104 145 38 0.28 0 0.74 0.43 82.99 0.58 0.36
Hex 68 91 26 1C 0 4A 2B 53 3A 24
Octal 150 221 46 34 0 112 53 123 72 44
Binary 1101000 10010001 100110 11100 0 1001010 101011 1010011 111010 100100

Color Harmonies of #689126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689126

Black with #689126

Text Example


Text Example

White with #689126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689126; }

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

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

background-color css

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

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

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

border-color css

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

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

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