#68845F

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

Shades of Hippie Green #68845F

Tints of Hippie Green #68845F

Color information

#68845F (or 0x68845F) is unknown color: approx Hippie Green. HEX triplet: 68, 84 and 5F. RGB value is (104,132,95). Sum of RGB (Red+Green+Blue) = 104+132+95=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #68845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845F is #977BA0. Grayscale: #777777. Windows color (decimal): -9927585 or 6259816. OLE color: 6259816.

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

Color convert

RGB10413295-
CMYK0.2100.280.48
HSL105.41º16.3%44.51%-
HSV(B)105.41º28.03%51.76%-
XYZ16.0320.2713.89-
YUV119.41114.22117.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 95 (37.5% from 255) = 28.70%
R=31.42%
G=39.88%
B=28.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132950.2100.280.48105.4116.344.51
Hex68845F1501C3069102d
Octal15020413725034601512055
Binary110100010000100101111110101011100110000110100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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