Html Css Color HEX #699D23 Limeade

📋 copy color: '#699D23'

red 105 ◦ green 157 ◦ blue 35

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

Shades of Limeade #699D23

Tints of Limeade #699D23

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

 BLUE value IS 35 (14.06% from 255) = 11.78%

R = 35.35%
G = 52.86%
B = 11.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#699D23 (or 0x699D23) is known color: Limeade. HEX triplet: 69, 9D and 23. RGB value is (105,157,35). Sum of RGB (Red+Green+Blue) = 105+157+35=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #699D23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D23 is #9662DC. Grayscale: #7F7F7F. Windows color (decimal): -9855709 or 2334057. OLE color: 2334057.

HSL color Cylindrical-coordinate representation of color #699D23: hue angle of 85.57º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #699D23 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 157 35 -
CMYK 0.33 0 0.78 0.38
HSL 85.57º 0.64% 0.38% -
HSV(B) 85.57º 0.78% 0.62% -
XYZ 18.19 27.24 5.89 -
YUV 127.54 75.77 111.92 -
System Red Green Blue C M Y K H S L
Decimal 105 157 35 0.33 0 0.78 0.38 85.57 0.64 0.38
Hex 69 9D 23 21 0 4E 26 56 40 26
Octal 151 235 43 41 0 116 46 126 100 46
Binary 1101001 10011101 100011 100001 0 1001110 100110 1010110 1000000 100110

Color Harmonies of #699D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D23

Black with #699D23

Text Example


Text Example

White with #699D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,157,35); }

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

background-color css

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

 a { background-color: rgb(105,157,35); }

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

border-color css

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

 span { border-color: rgb(105,157,35); }

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