Html Css Color HEX #689930 Limeade

📋 copy color: '#689930'

red 104 ◦ green 153 ◦ blue 48

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

Shades of Limeade #689930

Tints of Limeade #689930

RGB

 RED value IS 104 (41.02% from 255) = 34.1%

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 34.1%
G = 50.16%
B = 15.74%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#689930 (or 0x689930) is known color: Limeade. HEX triplet: 68, 99 and 30. RGB value is (104,153,48). Sum of RGB (Red+Green+Blue) = 104+153+48=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #689930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689930 is #9766CF. Grayscale: #7E7E7E. Windows color (decimal): -9922256 or 3185000. OLE color: 3185000.

HSL color Cylindrical-coordinate representation of color #689930: hue angle of 88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #689930 is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 153 48 -
CMYK 0.32 0 0.69 0.4
HSL 88º 0.52% 0.39% -
HSV(B) 88º 0.69% 0.6% -
XYZ 17.63 25.94 6.87 -
YUV 126.38 83.77 112.04 -
System Red Green Blue C M Y K H S L
Decimal 104 153 48 0.32 0 0.69 0.4 88 0.52 0.39
Hex 68 99 30 20 0 45 28 58 34 27
Octal 150 231 60 40 0 105 50 130 64 47
Binary 1101000 10011001 110000 100000 0 1000101 101000 1011000 110100 100111

Color Harmonies of #689930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689930

Black with #689930

Text Example


Text Example

White with #689930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689930; }

 p { color: rgb(104,153,48); }

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

background-color css

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

 a { background-color: rgb(104,153,48); }

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

border-color css

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

 span { border-color: rgb(104,153,48); }

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