Html Css Color HEX #689B1F Limeade

📋 copy color: '#689B1F'

red 104 ◦ green 155 ◦ blue 31

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

Shades of Limeade #689B1F

Tints of Limeade #689B1F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 53.45%

 BLUE value IS 31 (12.5% from 255) = 10.69%

R = 35.86%
G = 53.45%
B = 10.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#689B1F (or 0x689B1F) is known color: Limeade. HEX triplet: 68, 9B and 1F. RGB value is (104,155,31). Sum of RGB (Red+Green+Blue) = 104+155+31=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #689B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689B1F is #9764E0. Grayscale: #7E7E7E. Windows color (decimal): -9921761 or 2071400. OLE color: 2071400.

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

Color convert

RGB 104 155 31 -
CMYK 0.33 0 0.8 0.39
HSL 84.68º 0.67% 0.36% -
HSV(B) 84.68º 0.8% 0.61% -
XYZ 17.68 26.48 5.48 -
YUV 125.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 104 155 31 0.33 0 0.8 0.39 84.68 0.67 0.36
Hex 68 9B 1F 21 0 50 27 55 43 24
Octal 150 233 37 41 0 120 47 125 103 44
Binary 1101000 10011011 11111 100001 0 1010000 100111 1010101 1000011 100100

Color Harmonies of #689B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #689B1F

Black with #689B1F

Text Example


Text Example

White with #689B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,155,31); }

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

background-color css

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

 a { background-color: rgb(104,155,31); }

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

border-color css

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

 span { border-color: rgb(104,155,31); }

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