Html Css Color HEX #679D2A Limeade

📋 copy color: '#679D2A'

red 103 ◦ green 157 ◦ blue 42

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

Shades of Limeade #679D2A

Tints of Limeade #679D2A

RGB

 RED value IS 103 (40.63% from 255) = 34.11%

 GREEN value IS 157 (61.72% from 255) = 51.99%

 BLUE value IS 42 (16.8% from 255) = 13.91%

R = 34.11%
G = 51.99%
B = 13.91%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#679D2A (or 0x679D2A) is known color: Limeade. HEX triplet: 67, 9D and 2A. RGB value is (103,157,42). Sum of RGB (Red+Green+Blue) = 103+157+42=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 157 (61.72% from 255 or 51.99% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 157 - color contains mainly: green. Hex color #679D2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679D2A is #9862D5. Grayscale: #808080. Windows color (decimal): -9986774 or 2792807. OLE color: 2792807.

HSL color Cylindrical-coordinate representation of color #679D2A: hue angle of 88.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #679D2A is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 157 42 -
CMYK 0.34 0 0.73 0.38
HSL 88.17º 0.58% 0.39% -
HSV(B) 88.17º 0.73% 0.62% -
XYZ 18.07 27.16 6.48 -
YUV 127.74 79.61 110.35 -
System Red Green Blue C M Y K H S L
Decimal 103 157 42 0.34 0 0.73 0.38 88.17 0.58 0.39
Hex 67 9D 2A 22 0 49 26 58 3A 27
Octal 147 235 52 42 0 111 46 130 72 47
Binary 1100111 10011101 101010 100010 0 1001001 100110 1011000 111010 100111

Color Harmonies of #679D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679D2A

Black with #679D2A

Text Example


Text Example

White with #679D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679D2A; }

 p { color: rgb(103,157,42); }

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

background-color css

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

 a { background-color: rgb(103,157,42); }

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

border-color css

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

 span { border-color: rgb(103,157,42); }

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