Html Css Color HEX #699F2E Limeade

📋 copy color: '#699F2E'

red 105 ◦ green 159 ◦ blue 46

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

Shades of Limeade #699F2E

Tints of Limeade #699F2E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.29%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 33.87%
G = 51.29%
B = 14.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#699F2E (or 0x699F2E) is known color: Limeade. HEX triplet: 69, 9F and 2E. RGB value is (105,159,46). Sum of RGB (Red+Green+Blue) = 105+159+46=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 159 (62.5% from 255 or 51.29% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 159 - color contains mainly: green. Hex color #699F2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F2E is #9660D1. Grayscale: #828282. Windows color (decimal): -9855186 or 3055465. OLE color: 3055465.

HSL color Cylindrical-coordinate representation of color #699F2E: hue angle of 88.67º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #699F2E is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 159 46 -
CMYK 0.34 0 0.71 0.38
HSL 88.67º 0.55% 0.4% -
HSV(B) 88.67º 0.71% 0.62% -
XYZ 18.72 28 7 -
YUV 129.97 80.61 110.19 -
System Red Green Blue C M Y K H S L
Decimal 105 159 46 0.34 0 0.71 0.38 88.67 0.55 0.4
Hex 69 9F 2E 22 0 47 26 59 37 28
Octal 151 237 56 42 0 107 46 131 67 50
Binary 1101001 10011111 101110 100010 0 1000111 100110 1011001 110111 101000

Color Harmonies of #699F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F2E

Black with #699F2E

Text Example


Text Example

White with #699F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,159,46); }

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

background-color css

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

 a { background-color: rgb(105,159,46); }

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

border-color css

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

 span { border-color: rgb(105,159,46); }

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