#68975B

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

Shades of Hippie Green #68975B

Tints of Hippie Green #68975B

Color information

#68975B (or 0x68975B) is unknown color: approx Hippie Green. HEX triplet: 68, 97 and 5B. RGB value is (104,151,91). Sum of RGB (Red+Green+Blue) = 104+151+91=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #68975B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68975B is #9768A4. Grayscale: #828282. Windows color (decimal): -9922725 or 6002536. OLE color: 6002536.

HSL color Cylindrical-coordinate representation of color #68975B: hue angle of 107º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68975B is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB10415191-
CMYK0.3100.400.41
HSL107º24.79%47.45%-
HSV(B)107º39.74%59.22%-
XYZ18.6625.8313.9-
YUV130.11105.93109.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=30.06%
G=43.64%
B=26.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104151910.3100.400.4110724.7947.45
Hex68975B1F028296b192f
Octal15022713337050511533157
Binary1101000100101111011011111110101000101001110101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68975B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68975B; }

 p { color: rgb(104,151,91); }

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

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

 a { background-color: rgb(104,151,91); }

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

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

 span { border-color: rgb(104,151,91); }

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