#68855F

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

Shades of Hippie Green #68855F

Tints of Hippie Green #68855F

Color information

#68855F (or 0x68855F) is unknown color: approx Hippie Green. HEX triplet: 68, 85 and 5F. RGB value is (104,133,95). Sum of RGB (Red+Green+Blue) = 104+133+95=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #68855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68855F is #977AA0. Grayscale: #787878. Windows color (decimal): -9927329 or 6260072. OLE color: 6260072.

HSL color Cylindrical-coordinate representation of color #68855F: hue angle of 105.79º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68855F is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10413395-
CMYK0.2200.290.48
HSL105.79º16.67%44.71%-
HSV(B)105.79º28.57%52.16%-
XYZ16.1620.5413.94-
YUV120113.89116.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 133 (52.34% from 255) = 40.06%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=31.33%
G=40.06%
B=28.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133950.2200.290.48105.7916.6744.71
Hex68855F1601D306a112d
Octal15020513726035601522155
Binary110100010000101101111110110011101110000110101010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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