Html Css Color HEX #699F2B Limeade

📋 copy color: '#699F2B'

red 105 ◦ green 159 ◦ blue 43

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

Shades of Limeade #699F2B

Tints of Limeade #699F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.01%

R = 34.2%
G = 51.79%
B = 14.01%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#699F2B (or 0x699F2B) is known color: Limeade. HEX triplet: 69, 9F and 2B. RGB value is (105,159,43). Sum of RGB (Red+Green+Blue) = 105+159+43=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #699F2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F2B is #9660D4. Grayscale: #828282. Windows color (decimal): -9855189 or 2858857. OLE color: 2858857.

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

Color convert

RGB 105 159 43 -
CMYK 0.34 0 0.73 0.38
HSL 87.93º 0.57% 0.4% -
HSV(B) 87.93º 0.73% 0.62% -
XYZ 18.66 27.97 6.7 -
YUV 129.63 79.11 110.43 -
System Red Green Blue C M Y K H S L
Decimal 105 159 43 0.34 0 0.73 0.38 87.93 0.57 0.4
Hex 69 9F 2B 22 0 49 26 58 39 28
Octal 151 237 53 42 0 111 46 130 71 50
Binary 1101001 10011111 101011 100010 0 1001001 100110 1011000 111001 101000

Color Harmonies of #699F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F2B

Black with #699F2B

Text Example


Text Example

White with #699F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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