Html Css Color HEX #699729 Limeade

📋 copy color: '#699729'

red 105 ◦ green 151 ◦ blue 41

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

Shades of Limeade #699729

Tints of Limeade #699729

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 35.35%
G = 50.84%
B = 13.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#699729 (or 0x699729) is known color: Limeade. HEX triplet: 69, 97 and 29. RGB value is (105,151,41). Sum of RGB (Red+Green+Blue) = 105+151+41=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #699729 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699729 is #9668D6. Grayscale: #7D7D7D. Windows color (decimal): -9857239 or 2725737. OLE color: 2725737.

HSL color Cylindrical-coordinate representation of color #699729: hue angle of 85.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #699729 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 151 41 -
CMYK 0.30 0 0.73 0.41
HSL 85.09º 0.57% 0.38% -
HSV(B) 85.09º 0.73% 0.59% -
XYZ 17.29 25.3 6.07 -
YUV 124.71 80.76 113.94 -
System Red Green Blue C M Y K H S L
Decimal 105 151 41 0.30 0 0.73 0.41 85.09 0.57 0.38
Hex 69 97 29 1E 0 49 29 55 39 26
Octal 151 227 51 36 0 111 51 125 71 46
Binary 1101001 10010111 101001 11110 0 1001001 101001 1010101 111001 100110

Color Harmonies of #699729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699729

Black with #699729

Text Example


Text Example

White with #699729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699729; }

 p { color: rgb(105,151,41); }

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

background-color css

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

 a { background-color: rgb(105,151,41); }

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

border-color css

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

 span { border-color: rgb(105,151,41); }

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