Html Css Color HEX #679830 Limeade

📋 copy color: '#679830'

red 103 ◦ green 152 ◦ blue 48

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

Shades of Limeade #679830

Tints of Limeade #679830

RGB

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

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

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

R = 33.99%
G = 50.17%
B = 15.84%

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

#679830 (or 0x679830) is known color: Limeade. HEX triplet: 67, 98 and 30. RGB value is (103,152,48). Sum of RGB (Red+Green+Blue) = 103+152+48=303 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.99% from 303); Green value is 152 (59.77% from 255 or 50.17% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 152 - color contains mainly: green. Hex color #679830 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #679830 is #9867CF. Grayscale: #7D7D7D. Windows color (decimal): -9988048 or 3184743. OLE color: 3184743.

HSL color Cylindrical-coordinate representation of color #679830: hue angle of 88.27º 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 #679830 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 152 48 -
CMYK 0.32 0 0.68 0.40
HSL 88.27º 0.52% 0.39% -
HSV(B) 88.27º 0.68% 0.6% -
XYZ 17.36 25.55 6.81 -
YUV 125.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 103 152 48 0.32 0 0.68 0.40 88.27 0.52 0.39
Hex 67 98 30 20 0 44 28 58 34 27
Octal 147 230 60 40 0 104 50 130 64 47
Binary 1100111 10011000 110000 100000 0 1000100 101000 1011000 110100 100111

Color Harmonies of #679830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #679830

Black with #679830

Text Example


Text Example

White with #679830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #679830; }

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

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

background-color css

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

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

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

border-color css

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

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

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