Html Css Color HEX #699F28 Limeade

📋 copy color: '#699F28'

red 105 ◦ green 159 ◦ blue 40

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

Shades of Limeade #699F28

Tints of Limeade #699F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.16%

R = 34.54%
G = 52.3%
B = 13.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#699F28 (or 0x699F28) is known color: Limeade. HEX triplet: 69, 9F and 28. RGB value is (105,159,40). Sum of RGB (Red+Green+Blue) = 105+159+40=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #699F28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699F28 is #9660D7. Grayscale: #818181. Windows color (decimal): -9855192 or 2662249. OLE color: 2662249.

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

Color convert

RGB 105 159 40 -
CMYK 0.34 0 0.75 0.38
HSL 87.23º 0.6% 0.39% -
HSV(B) 87.23º 0.75% 0.62% -
XYZ 18.61 27.95 6.42 -
YUV 129.29 77.61 110.68 -
System Red Green Blue C M Y K H S L
Decimal 105 159 40 0.34 0 0.75 0.38 87.23 0.6 0.39
Hex 69 9F 28 22 0 4B 26 57 3C 27
Octal 151 237 50 42 0 113 46 127 74 47
Binary 1101001 10011111 101000 100010 0 1001011 100110 1010111 111100 100111

Color Harmonies of #699F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699F28

Black with #699F28

Text Example


Text Example

White with #699F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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