#68925F

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

Shades of Hippie Green #68925F

Tints of Hippie Green #68925F

Color information

#68925F (or 0x68925F) is unknown color: approx Hippie Green. HEX triplet: 68, 92 and 5F. RGB value is (104,146,95). Sum of RGB (Red+Green+Blue) = 104+146+95=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #68925F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68925F is #976DA0. Grayscale: #7F7F7F. Windows color (decimal): -9924001 or 6263400. OLE color: 6263400.

HSL color Cylindrical-coordinate representation of color #68925F: hue angle of 109.41º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68925F is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.

Color convert

RGB10414695-
CMYK0.2900.350.43
HSL109.41º21.16%47.25%-
HSV(B)109.41º34.93%57.25%-
XYZ18.0524.3314.57-
YUV127.63109.59111.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 95 (37.5% from 255) = 27.54%
R=30.14%
G=42.32%
B=27.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146950.2900.350.43109.4121.1647.25
Hex68925F1D0232B6d152f
Octal15022213735043531552557
Binary1101000100100101011111111010100011101011110110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68925F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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