Html Css Color HEX #699D34 Limeade

📋 copy color: '#699D34'

red 105 ◦ green 157 ◦ blue 52

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

Shades of Limeade #699D34

Tints of Limeade #699D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.56%

R = 33.44%
G = 50%
B = 16.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#699D34 (or 0x699D34) is known color: Limeade. HEX triplet: 69, 9D and 34. RGB value is (105,157,52). Sum of RGB (Red+Green+Blue) = 105+157+52=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #699D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699D34 is #9662CB. Grayscale: #818181. Windows color (decimal): -9855692 or 3448169. OLE color: 3448169.

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

Color convert

RGB 105 157 52 -
CMYK 0.33 0 0.67 0.38
HSL 89.71º 0.5% 0.41% -
HSV(B) 89.71º 0.67% 0.62% -
XYZ 18.5 27.37 7.56 -
YUV 129.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 105 157 52 0.33 0 0.67 0.38 89.71 0.5 0.41
Hex 69 9D 34 21 0 43 26 5A 32 29
Octal 151 235 64 41 0 103 46 132 62 51
Binary 1101001 10011101 110100 100001 0 1000011 100110 1011010 110010 101001

Color Harmonies of #699D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699D34

Black with #699D34

Text Example


Text Example

White with #699D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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