Html Css Color HEX #699D2F Limeade

📋 copy color: '#699D2F'

red 105 ◦ green 157 ◦ blue 47

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

Shades of Limeade #699D2F

Tints of Limeade #699D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 50.81%

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 33.98%
G = 50.81%
B = 15.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#699D2F (or 0x699D2F) is known color: Limeade. HEX triplet: 69, 9D and 2F. RGB value is (105,157,47). Sum of RGB (Red+Green+Blue) = 105+157+47=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #699D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D2F is #9662D0. Grayscale: #818181. Windows color (decimal): -9855697 or 3120489. OLE color: 3120489.

HSL color Cylindrical-coordinate representation of color #699D2F: hue angle of 88.36º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #699D2F is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 47 -
CMYK 0.33 0 0.70 0.38
HSL 88.36º 0.54% 0.4% -
HSV(B) 88.36º 0.7% 0.62% -
XYZ 18.4 27.32 6.99 -
YUV 128.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 105 157 47 0.33 0 0.70 0.38 88.36 0.54 0.4
Hex 69 9D 2F 21 0 46 26 58 36 28
Octal 151 235 57 41 0 106 46 130 66 50
Binary 1101001 10011101 101111 100001 0 1000110 100110 1011000 110110 101000

Color Harmonies of #699D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D2F

Black with #699D2F

Text Example


Text Example

White with #699D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,47); }

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

background-color css

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

 a { background-color: rgb(105,157,47); }

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

border-color css

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

 span { border-color: rgb(105,157,47); }

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