Html Css Color HEX #699E35 Limeade

📋 copy color: '#699E35'

red 105 ◦ green 158 ◦ blue 53

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

Shades of Limeade #699E35

Tints of Limeade #699E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.77%

R = 33.23%
G = 50%
B = 16.77%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#699E35 (or 0x699E35) is known color: Limeade. HEX triplet: 69, 9E and 35. RGB value is (105,158,53). Sum of RGB (Red+Green+Blue) = 105+158+53=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 158 (62.11% from 255 or 50% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 158 - color contains mainly: green. Hex color #699E35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699E35 is #9661CA. Grayscale: #828282. Windows color (decimal): -9855435 or 3513961. OLE color: 3513961.

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

Color convert

RGB 105 158 53 -
CMYK 0.34 0 0.66 0.38
HSL 90.29º 0.5% 0.41% -
HSV(B) 90.29º 0.66% 0.62% -
XYZ 18.7 27.71 7.73 -
YUV 130.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 105 158 53 0.34 0 0.66 0.38 90.29 0.5 0.41
Hex 69 9E 35 22 0 42 26 5A 32 29
Octal 151 236 65 42 0 102 46 132 62 51
Binary 1101001 10011110 110101 100010 0 1000010 100110 1011010 110010 101001

Color Harmonies of #699E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699E35

Black with #699E35

Text Example


Text Example

White with #699E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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