#699b30

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

Shades of Limeade #699B30

Tints of Limeade #699B30

Color information

#699B30 (or 0x699B30) is unknown color: approx Limeade. HEX triplet: 69, 9B and 30. RGB value is (105,155,48). Sum of RGB (Red+Green+Blue) = 105+155+48=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 155 (60.94% from 255 or 50.32% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 155 - color contains mainly: green. Hex color #699B30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B30 is #9664CF. Grayscale: #808080. Windows color (decimal): -9856208 or 3185513. OLE color: 3185513.

HSL color Cylindrical-coordinate representation of color #699B30: hue angle of 88.04º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #699B30 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB10515548-
CMYK0.3200.690.39
HSL88.04º52.71%39.8%-
HSV(B)88.04º69.03%60.78%-
XYZ18.0826.666.99-
YUV127.8582.94111.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 155 (60.94% from 255) = 50.32%
BLUE value IS 48 (19.14% from 255) = 15.58%
R=34.09%
G=50.32%
B=15.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155480.3200.690.3988.0452.7139.8
Hex699B302004527583528
Octal15123360400105471306550
Binary110100110011011110000100000010001011001111011000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699b30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699b30; }

 p { color: rgb(105,155,48); }

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

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

 a { background-color: rgb(105,155,48); }

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

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

 span { border-color: rgb(105,155,48); }

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