#679950

Color #679950 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #679950

Tints of Hippie Green #679950

Color information

#679950 (or 0x679950) is unknown color: approx Hippie Green. HEX triplet: 67, 99 and 50. RGB value is (103,153,80). Sum of RGB (Red+Green+Blue) = 103+153+80=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #679950 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #679950 is #9866AF. Grayscale: #818181. Windows color (decimal): -9987760 or 5282151. OLE color: 5282151.

HSL color Cylindrical-coordinate representation of color #679950: hue angle of 101.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #679950 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB10315380-
CMYK0.3300.480.4
HSL101.1º31.33%45.69%-
HSV(B)101.1º47.71%60%-
XYZ18.4326.2511.68-
YUV129.7399.94108.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.65%
GREEN value IS 153 (60.16% from 255) = 45.54%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=30.65%
G=45.54%
B=23.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal103153800.3300.480.4101.131.3345.69
Hex6799502103028651f2e
Octal14723112041060501453756
Binary11001111001100110100001000010110000101000110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679950; }

 p { color: rgb(103,153,80); }

 H1.HeaderClassName
 {
   color: #679950;
 }
 .AnyTagClassName
 {
   color: #679950;
 }
</style>
background-color css

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

 a { background-color: rgb(103,153,80); }

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

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

 span { border-color: rgb(103,153,80); }

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