#67982e

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

Shades of Limeade #67982E

Tints of Limeade #67982E

Color information

#67982E (or 0x67982E) is unknown color: approx Limeade. HEX triplet: 67, 98 and 2E. RGB value is (103,152,46). Sum of RGB (Red+Green+Blue) = 103+152+46=301 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.22% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #67982E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #67982E is #9867D1. Grayscale: #7D7D7D. Windows color (decimal): -9988050 or 3053671. OLE color: 3053671.

HSL color Cylindrical-coordinate representation of color #67982E: hue angle of 87.74º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #67982E is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB10315246-
CMYK0.3200.700.40
HSL87.74º53.54%38.82%-
HSV(B)87.74º69.74%59.61%-
XYZ17.3125.546.6-
YUV125.2683.27112.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.22%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=34.22%
G=50.50%
B=15.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103152460.3200.700.4087.7453.5438.82
Hex67982E2004628583627
Octal14723056400106501306647
Binary110011110011000101110100000010001101010001011000110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67982e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67982e; }

 p { color: rgb(103,152,46); }

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

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

 a { background-color: rgb(103,152,46); }

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

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

 span { border-color: rgb(103,152,46); }

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