#679725

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

Shades of Limeade #679725

Tints of Limeade #679725

Color information

#679725 (or 0x679725) is unknown color: approx Limeade. HEX triplet: 67, 97 and 25. RGB value is (103,151,37). Sum of RGB (Red+Green+Blue) = 103+151+37=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #679725 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679725 is #9868DA. Grayscale: #7C7C7C. Windows color (decimal): -9988315 or 2463591. OLE color: 2463591.

HSL color Cylindrical-coordinate representation of color #679725: hue angle of 85.26º 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 #679725 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB10315137-
CMYK0.3200.750.41
HSL85.26º60.64%36.86%-
HSV(B)85.26º75.5%59.22%-
XYZ16.9925.155.71-
YUV123.6579.1113.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.40%
GREEN value IS 151 (59.38% from 255) = 51.89%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=35.40%
G=51.89%
B=12.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103151370.3200.750.4185.2660.6436.86
Hex6797252004B29553d25
Octal14722745400113511257545
Binary110011110010111100101100000010010111010011010101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679725; }

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

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

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

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

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

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

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

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