Html Css Color HEX #699E27 Limeade

📋 copy color: '#699E27'

red 105 ◦ green 158 ◦ blue 39

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

Shades of Limeade #699E27

Tints of Limeade #699E27

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.32%

 BLUE value IS 39 (15.63% from 255) = 12.91%

R = 34.77%
G = 52.32%
B = 12.91%

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

#699E27 (or 0x699E27) is known color: Limeade. HEX triplet: 69, 9E and 27. RGB value is (105,158,39). Sum of RGB (Red+Green+Blue) = 105+158+39=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 158 (62.11% from 255 or 52.32% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 158 - color contains mainly: green. Hex color #699E27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E27 is #9661D8. Grayscale: #818181. Windows color (decimal): -9855449 or 2596457. OLE color: 2596457.

HSL color Cylindrical-coordinate representation of color #699E27: hue angle of 86.72º 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 #699E27 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 158 39 -
CMYK 0.34 0 0.75 0.38
HSL 86.72º 0.6% 0.39% -
HSV(B) 86.72º 0.75% 0.62% -
XYZ 18.42 27.6 6.28 -
YUV 128.59 77.44 111.18 -
System Red Green Blue C M Y K H S L
Decimal 105 158 39 0.34 0 0.75 0.38 86.72 0.6 0.39
Hex 69 9E 27 22 0 4B 26 57 3C 27
Octal 151 236 47 42 0 113 46 127 74 47
Binary 1101001 10011110 100111 100010 0 1001011 100110 1010111 111100 100111

Color Harmonies of #699E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E27

Black with #699E27

Text Example


Text Example

White with #699E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,158,39); }

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

background-color css

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

 a { background-color: rgb(105,158,39); }

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

border-color css

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

 span { border-color: rgb(105,158,39); }

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