Html Css Color HEX #689830 Limeade

📋 copy color: '#689830'

red 104 ◦ green 152 ◦ blue 48

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

Shades of Limeade #689830

Tints of Limeade #689830

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50%

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

R = 34.21%
G = 50%
B = 15.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#689830 (or 0x689830) is known color: Limeade. HEX triplet: 68, 98 and 30. RGB value is (104,152,48). Sum of RGB (Red+Green+Blue) = 104+152+48=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #689830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689830 is #9767CF. Grayscale: #7E7E7E. Windows color (decimal): -9922512 or 3184744. OLE color: 3184744.

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

Color convert

RGB 104 152 48 -
CMYK 0.32 0 0.68 0.40
HSL 87.69º 0.52% 0.39% -
HSV(B) 87.69º 0.68% 0.6% -
XYZ 17.47 25.61 6.82 -
YUV 125.79 84.1 112.46 -
System Red Green Blue C M Y K H S L
Decimal 104 152 48 0.32 0 0.68 0.40 87.69 0.52 0.39
Hex 68 98 30 20 0 44 28 58 34 27
Octal 150 230 60 40 0 104 50 130 64 47
Binary 1101000 10011000 110000 100000 0 1000100 101000 1011000 110100 100111

Color Harmonies of #689830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689830

Black with #689830

Text Example


Text Example

White with #689830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689830; }

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

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

background-color css

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

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

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

border-color css

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

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

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