#68935F

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

Shades of Hippie Green #68935F

Tints of Hippie Green #68935F

Color information

#68935F (or 0x68935F) is unknown color: approx Hippie Green. HEX triplet: 68, 93 and 5F. RGB value is (104,147,95). Sum of RGB (Red+Green+Blue) = 104+147+95=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #68935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68935F is #976CA0. Grayscale: #808080. Windows color (decimal): -9923745 or 6263656. OLE color: 6263656.

HSL color Cylindrical-coordinate representation of color #68935F: hue angle of 109.62º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68935F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB10414795-
CMYK0.2900.350.42
HSL109.62º21.49%47.45%-
HSV(B)109.62º35.37%57.65%-
XYZ18.2124.6414.62-
YUV128.22109.25110.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=30.06%
G=42.49%
B=27.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147950.2900.350.42109.6221.4947.45
Hex68935F1D0232A6e152f
Octal15022313735043521562557
Binary1101000100100111011111111010100011101010110111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68935F; }

 p { color: rgb(104,147,95); }

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

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

 a { background-color: rgb(104,147,95); }

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

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

 span { border-color: rgb(104,147,95); }

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