Html Css Color HEX #699C34 Limeade

📋 copy color: '#699C34'

red 105 ◦ green 156 ◦ blue 52

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

Shades of Limeade #699C34

Tints of Limeade #699C34

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.84%

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

R = 33.55%
G = 49.84%
B = 16.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.39

RGB Variations

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

Color information

#699C34 (or 0x699C34) is known color: Limeade. HEX triplet: 69, 9C and 34. RGB value is (105,156,52). Sum of RGB (Red+Green+Blue) = 105+156+52=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #699C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699C34 is #9663CB. Grayscale: #818181. Windows color (decimal): -9855948 or 3447913. OLE color: 3447913.

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

Color convert

RGB 105 156 52 -
CMYK 0.33 0 0.67 0.39
HSL 89.42º 0.5% 0.41% -
HSV(B) 89.42º 0.67% 0.61% -
XYZ 18.33 27.03 7.5 -
YUV 128.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 105 156 52 0.33 0 0.67 0.39 89.42 0.5 0.41
Hex 69 9C 34 21 0 43 27 59 32 29
Octal 151 234 64 41 0 103 47 131 62 51
Binary 1101001 10011100 110100 100001 0 1000011 100111 1011001 110010 101001

Color Harmonies of #699C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699C34

Black with #699C34

Text Example


Text Example

White with #699C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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