Html Css Color HEX #689125 Olive Drab

📋 copy color: '#689125'

red 104 ◦ green 145 ◦ blue 37

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

Shades of Olive Drab #689125

Tints of Olive Drab #689125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 36.36%
G = 50.7%
B = 12.94%

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

#689125 (or 0x689125) is known color: Olive Drab. HEX triplet: 68, 91 and 25. RGB value is (104,145,37). Sum of RGB (Red+Green+Blue) = 104+145+37=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #689125 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689125 is #976EDA. Grayscale: #787878. Windows color (decimal): -9924315 or 2462056. OLE color: 2462056.

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

Color convert

RGB 104 145 37 -
CMYK 0.28 0 0.74 0.43
HSL 82.78º 0.59% 0.36% -
HSV(B) 82.78º 0.74% 0.57% -
XYZ 16.17 23.33 5.4 -
YUV 120.43 80.92 116.28 -
System Red Green Blue C M Y K H S L
Decimal 104 145 37 0.28 0 0.74 0.43 82.78 0.59 0.36
Hex 68 91 25 1C 0 4A 2B 53 3B 24
Octal 150 221 45 34 0 112 53 123 73 44
Binary 1101000 10010001 100101 11100 0 1001010 101011 1010011 111011 100100

Color Harmonies of #689125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689125

Black with #689125

Text Example


Text Example

White with #689125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689125; }

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

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

background-color css

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

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

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

border-color css

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

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

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