Html Css Color HEX #689F30 Limeade

📋 copy color: '#689F30'

red 104 ◦ green 159 ◦ blue 48

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

Shades of Limeade #689F30

Tints of Limeade #689F30

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.13%

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

R = 33.44%
G = 51.13%
B = 15.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#689F30 (or 0x689F30) is known color: Limeade. HEX triplet: 68, 9F and 30. RGB value is (104,159,48). Sum of RGB (Red+Green+Blue) = 104+159+48=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 159 (62.5% from 255 or 51.13% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 159 - color contains mainly: green. Hex color #689F30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689F30 is #9760CF. Grayscale: #828282. Windows color (decimal): -9920720 or 3186536. OLE color: 3186536.

HSL color Cylindrical-coordinate representation of color #689F30: hue angle of 89.73º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #689F30 is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 159 48 -
CMYK 0.35 0 0.70 0.38
HSL 89.73º 0.54% 0.41% -
HSV(B) 89.73º 0.7% 0.62% -
XYZ 18.64 27.95 7.21 -
YUV 129.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 104 159 48 0.35 0 0.70 0.38 89.73 0.54 0.41
Hex 68 9F 30 23 0 46 26 5A 36 29
Octal 150 237 60 43 0 106 46 132 66 51
Binary 1101000 10011111 110000 100011 0 1000110 100110 1011010 110110 101001

Color Harmonies of #689F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689F30

Black with #689F30

Text Example


Text Example

White with #689F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #689F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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