Html Css Color HEX #699924 Limeade

📋 copy color: '#699924'

red 105 ◦ green 153 ◦ blue 36

#699924
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #699924

Tints of Limeade #699924

RGB

 RED value IS 105 (41.41% from 255) = 35.71%

 GREEN value IS 153 (60.16% from 255) = 52.04%

 BLUE value IS 36 (14.45% from 255) = 12.24%

R = 35.71%
G = 52.04%
B = 12.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#699924 (or 0x699924) is known color: Limeade. HEX triplet: 69, 99 and 24. RGB value is (105,153,36). Sum of RGB (Red+Green+Blue) = 105+153+36=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 153 (60.16% from 255 or 52.04% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 153 - color contains mainly: green. Hex color #699924 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699924 is #9666DB. Grayscale: #7D7D7D. Windows color (decimal): -9856732 or 2398569. OLE color: 2398569.

HSL color Cylindrical-coordinate representation of color #699924: hue angle of 84.62º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #699924 is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 153 36 -
CMYK 0.31 0 0.76 0.4
HSL 84.62º 0.62% 0.37% -
HSV(B) 84.62º 0.76% 0.6% -
XYZ 17.54 25.91 5.75 -
YUV 125.31 77.6 113.51 -
System Red Green Blue C M Y K H S L
Decimal 105 153 36 0.31 0 0.76 0.4 84.62 0.62 0.37
Hex 69 99 24 1F 0 4C 28 55 3E 25
Octal 151 231 44 37 0 114 50 125 76 45
Binary 1101001 10011001 100100 11111 0 1001100 101000 1010101 111110 100101

Color Harmonies of #699924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699924

Black with #699924

Text Example


Text Example

White with #699924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699924; }

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

 H1.HeaderClassName
 {
   color: #699924;
 }
 .AnyTagClassName
 {
   color: #699924;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #699924;
 }
 .BgClassName
 {
   background-color: #699924;
 }
</style>

border-color css

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

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

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