Html Css Color HEX #699F2C Limeade

📋 copy color: '#699F2C'

red 105 ◦ green 159 ◦ blue 44

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

Shades of Limeade #699F2C

Tints of Limeade #699F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 34.09%
G = 51.62%
B = 14.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#699F2C (or 0x699F2C) is known color: Limeade. HEX triplet: 69, 9F and 2C. RGB value is (105,159,44). Sum of RGB (Red+Green+Blue) = 105+159+44=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #699F2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F2C is #9660D3. Grayscale: #828282. Windows color (decimal): -9855188 or 2924393. OLE color: 2924393.

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

Color convert

RGB 105 159 44 -
CMYK 0.34 0 0.72 0.38
HSL 88.17º 0.57% 0.4% -
HSV(B) 88.17º 0.72% 0.62% -
XYZ 18.68 27.98 6.8 -
YUV 129.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 105 159 44 0.34 0 0.72 0.38 88.17 0.57 0.4
Hex 69 9F 2C 22 0 48 26 58 39 28
Octal 151 237 54 42 0 110 46 130 71 50
Binary 1101001 10011111 101100 100010 0 1001000 100110 1011000 111001 101000

Color Harmonies of #699F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F2C

Black with #699F2C

Text Example


Text Example

White with #699F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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