#68935B

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

Shades of Hippie Green #68935B

Tints of Hippie Green #68935B

Color information

#68935B (or 0x68935B) is unknown color: approx Hippie Green. HEX triplet: 68, 93 and 5B. RGB value is (104,147,91). Sum of RGB (Red+Green+Blue) = 104+147+91=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #68935B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68935B is #976CA4. Grayscale: #7F7F7F. Windows color (decimal): -9923749 or 6001512. OLE color: 6001512.

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

Color convert

RGB10414791-
CMYK0.2900.380.42
HSL106.07º23.53%46.67%-
HSV(B)106.07º38.1%57.65%-
XYZ18.0324.5713.69-
YUV127.76107.25111.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 91 (35.94% from 255) = 26.61%
R=30.41%
G=42.98%
B=26.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147910.2900.380.42106.0723.5346.67
Hex68935B1D0262A6a182f
Octal15022313335046521523057
Binary1101000100100111011011111010100110101010110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68935B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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