#689725

Color #689725 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #689725

Tints of Limeade #689725

Color information

#689725 (or 0x689725) is unknown color: approx Limeade. HEX triplet: 68, 97 and 25. RGB value is (104,151,37). Sum of RGB (Red+Green+Blue) = 104+151+37=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #689725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689725 is #9768DA. Grayscale: #7C7C7C. Windows color (decimal): -9922779 or 2463592. OLE color: 2463592.

HSL color Cylindrical-coordinate representation of color #689725: hue angle of 84.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #689725 is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB10415137-
CMYK0.3100.750.41
HSL84.74º60.64%36.86%-
HSV(B)84.74º75.5%59.22%-
XYZ17.1125.215.71-
YUV123.9578.93113.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 151 (59.38% from 255) = 51.71%
BLUE value IS 37 (14.84% from 255) = 12.67%
R=35.62%
G=51.71%
B=12.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104151370.3100.750.4184.7460.6436.86
Hex6897251F04B29553d25
Octal15022745370113511257545
Binary11010001001011110010111111010010111010011010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689725; }

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

 H1.HeaderClassName
 {
   color: #689725;
 }
 .AnyTagClassName
 {
   color: #689725;
 }
</style>
background-color css

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

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

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

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

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

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