#68985B

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

Shades of Hippie Green #68985B

Tints of Hippie Green #68985B

Color information

#68985B (or 0x68985B) is unknown color: approx Hippie Green. HEX triplet: 68, 98 and 5B. RGB value is (104,152,91). Sum of RGB (Red+Green+Blue) = 104+152+91=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 152 (59.77% from 255 or 43.80% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 152 - color contains mainly: green. Hex color #68985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68985B is #9767A4. Grayscale: #828282. Windows color (decimal): -9922469 or 6002792. OLE color: 6002792.

HSL color Cylindrical-coordinate representation of color #68985B: hue angle of 107.21º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68985B is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB10415291-
CMYK0.3200.400.40
HSL107.21º25.1%47.65%-
HSV(B)107.21º40.13%59.61%-
XYZ18.8326.1513.95-
YUV130.69105.6108.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 152 (59.77% from 255) = 43.80%
BLUE value IS 91 (35.94% from 255) = 26.22%
R=29.97%
G=43.80%
B=26.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104152910.3200.400.40107.2125.147.65
Hex68985B20028286b1930
Octal15023013340050501533160
Binary11010001001100010110111000000101000101000110101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68985B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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