#69993C

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

Shades of Limeade #69993C

Tints of Limeade #69993C

Color information

#69993C (or 0x69993C) is unknown color: approx Limeade. HEX triplet: 69, 99 and 3C. RGB value is (105,153,60). Sum of RGB (Red+Green+Blue) = 105+153+60=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #69993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69993C is #9666C3. Grayscale: #808080. Windows color (decimal): -9856708 or 3971433. OLE color: 3971433.

HSL color Cylindrical-coordinate representation of color #69993C: hue angle of 90.97º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #69993C is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB10515360-
CMYK0.3100.610.4
HSL90.97º43.66%41.76%-
HSV(B)90.97º60.78%60%-
XYZ18.0326.118.36-
YUV128.0589.6111.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 153 (60.16% from 255) = 48.11%
BLUE value IS 60 (23.83% from 255) = 18.87%
R=33.02%
G=48.11%
B=18.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal105153600.3100.610.490.9743.6641.76
Hex69993C1F03D285b2c2a
Octal1512317437075501335452
Binary1101001100110011111001111101111011010001011011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,153,60); }

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

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

 a { background-color: rgb(105,153,60); }

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

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

 span { border-color: rgb(105,153,60); }

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