#68a32f

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

Shades of Limeade #68A32F

Tints of Limeade #68A32F

Color information

#68A32F (or 0x68A32F) is unknown color: approx Limeade. HEX triplet: 68, A3 and 2F. RGB value is (104,163,47). Sum of RGB (Red+Green+Blue) = 104+163+47=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 163 (64.06% from 255 or 51.91% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 163 - color contains mainly: green. Hex color #68A32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68A32F is #975CD0. Grayscale: #848484. Windows color (decimal): -9919697 or 3122024. OLE color: 3122024.

HSL color Cylindrical-coordinate representation of color #68A32F: hue angle of 90.52º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68A32F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB10416347-
CMYK0.3600.710.36
HSL90.52º55.24%41.18%-
HSV(B)90.52º71.17%63.92%-
XYZ19.3229.347.33-
YUV132.1479.95107.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 163 (64.06% from 255) = 51.91%
BLUE value IS 47 (18.75% from 255) = 14.97%
R=33.12%
G=51.91%
B=14.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104163470.3600.710.3690.5255.2441.18
Hex68A32F24047245b3729
Octal15024357440107441336751
Binary110100010100011101111100100010001111001001011011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a32f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68a32f; }

 p { color: rgb(104,163,47); }

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

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

 a { background-color: rgb(104,163,47); }

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

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

 span { border-color: rgb(104,163,47); }

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