#699B33

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

Shades of Limeade #699B33

Tints of Limeade #699B33

Color information

#699B33 (or 0x699B33) is unknown color: approx Limeade. HEX triplet: 69, 9B and 33. RGB value is (105,155,51). Sum of RGB (Red+Green+Blue) = 105+155+51=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #699B33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699B33 is #9664CC. Grayscale: #808080. Windows color (decimal): -9856205 or 3382121. OLE color: 3382121.

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

Color convert

RGB10515551-
CMYK0.3200.670.39
HSL88.85º50.49%40.39%-
HSV(B)88.85º67.1%60.78%-
XYZ18.1426.687.33-
YUV128.1984.44111.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=33.76%
G=49.84%
B=16.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105155510.3200.670.3988.8550.4940.39
Hex699B332004327593228
Octal15123363400103471316250
Binary110100110011011110011100000010000111001111011001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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