#68925B

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

Shades of Hippie Green #68925B

Tints of Hippie Green #68925B

Color information

#68925B (or 0x68925B) is unknown color: approx Hippie Green. HEX triplet: 68, 92 and 5B. RGB value is (104,146,91). Sum of RGB (Red+Green+Blue) = 104+146+91=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 146 - color contains mainly: green. Hex color #68925B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68925B is #976DA4. Grayscale: #7F7F7F. Windows color (decimal): -9924005 or 6001256. OLE color: 6001256.

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

Color convert

RGB10414691-
CMYK0.2900.380.43
HSL105.82º23.21%46.47%-
HSV(B)105.82º37.67%57.25%-
XYZ17.8824.2613.64-
YUV127.17107.59111.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 146 (57.42% from 255) = 42.82%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=30.50%
G=42.82%
B=26.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal104146910.2900.380.43105.8223.2146.47
Hex68925B1D0262B6a172e
Octal15022213335046531522756
Binary1101000100100101011011111010100110101011110101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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