#69982C

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

Shades of Limeade #69982C

Tints of Limeade #69982C

Color information

#69982C (or 0x69982C) is unknown color: approx Limeade. HEX triplet: 69, 98 and 2C. RGB value is (105,152,44). Sum of RGB (Red+Green+Blue) = 105+152+44=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #69982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69982C is #9667D3. Grayscale: #7E7E7E. Windows color (decimal): -9856980 or 2922601. OLE color: 2922601.

HSL color Cylindrical-coordinate representation of color #69982C: hue angle of 86.11º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #69982C is Cyan = 0.31, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB10515244-
CMYK0.3100.710.40
HSL86.11º55.1%38.43%-
HSV(B)86.11º71.05%59.61%-
XYZ17.5125.646.41-
YUV125.6481.93113.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 152 (59.77% from 255) = 50.50%
BLUE value IS 44 (17.58% from 255) = 14.62%
R=34.88%
G=50.50%
B=14.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105152440.3100.710.4086.1155.138.43
Hex69982C1F04728563726
Octal15123054370107501266746
Binary11010011001100010110011111010001111010001010110110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69982C; }

 p { color: rgb(105,152,44); }

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

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

 a { background-color: rgb(105,152,44); }

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

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

 span { border-color: rgb(105,152,44); }

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