#68945B

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

Shades of Hippie Green #68945B

Tints of Hippie Green #68945B

Color information

#68945B (or 0x68945B) is unknown color: approx Hippie Green. HEX triplet: 68, 94 and 5B. RGB value is (104,148,91). Sum of RGB (Red+Green+Blue) = 104+148+91=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #68945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68945B is #976BA4. Grayscale: #808080. Windows color (decimal): -9923493 or 6001768. OLE color: 6001768.

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

Color convert

RGB10414891-
CMYK0.3000.390.42
HSL106.32º23.85%46.86%-
HSV(B)106.32º38.51%58.04%-
XYZ18.1924.8813.74-
YUV128.35106.92110.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.32%
GREEN value IS 148 (58.20% from 255) = 43.15%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=30.32%
G=43.15%
B=26.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148910.3000.390.42106.3223.8546.86
Hex68945B1E0272A6a182f
Octal15022413336047521523057
Binary1101000100101001011011111100100111101010110101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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